April 20, 2024, 07:51:36 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: c++ library  (Read 4633 times)

Offline kanueishtiaq

  • New Member
  • Posts: 2
c++ library
« on: January 28, 2008, 11:31:16 AM »
how to create library in c++

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: c++ library
« Reply #1 on: January 28, 2008, 04:56:54 PM »
You should see this article :
http://www.tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html

It shall help you!