Need help in C/C++

Discussion of programming on Linux, including shell scripting, perl, python, c/c++, mono, java. Whatever tickles your fancy.
Locked
Muddassir
Lance Naik
Posts: 29
Joined: Sun Jul 28, 2002 12:53 am
Location: Karachi, Pakistan
Contact:

Need help in C/C++

Post by Muddassir »

hi everyone

I need book or website regarding the libraries of C/C++. I wanna develop software GUI based. please also tell me if there is any linux C library reference available. I want the library names and also the methods available in the library.

thanks
Muddassir Sayeed siddiqui
Linux User # 282980
fawad
Site Admin
Posts: 918
Joined: Wed Aug 07, 2002 8:00 pm
Location: Addison, IL
Contact:

Post by fawad »

Mudassir, The Linux programming books from Wrox cover a whole bunch of programming topics. Beginning Linux Programming is pretty neat. It covers threading, IPC, network programming among other topics. For reference material, you can't go wrong with the GLIBC manual at http://www.gnu.org/manual/glibc-2.2.5/h ... index.html.
Muddassir
Lance Naik
Posts: 29
Joined: Sun Jul 28, 2002 12:53 am
Location: Karachi, Pakistan
Contact:

Post by Muddassir »

thanks fawad for the link that link is really helpful for me.
Muddassir Sayeed siddiqui
Linux User # 282980
kadnan
Battalion Quarter Master Havaldaar
Posts: 208
Joined: Wed Aug 07, 2002 8:00 pm
Location: Karachi,Pakistan
Contact:

Post by kadnan »

fawad thanx for link
if
Battalion Quarter Master Havaldaar
Posts: 224
Joined: Tue Aug 13, 2002 12:52 pm
Location: Islamabad
Contact:

can't get it

Post by if »

AoA,

fawad i can't get this link .... plz check it again at u'r end and ... thx
if u find anything which shows my lack of knowledge,
please guide me... thx
------------------------------------
Aslam-o-Aliakum-Wa-Rahmatullah-Wa-Barakatuhu
------------------------------------
if
Muddassir
Lance Naik
Posts: 29
Joined: Sun Jul 28, 2002 12:53 am
Location: Karachi, Pakistan
Contact:

Post by Muddassir »

here is the correct link. that link was not working for me tooo but i managed to find the correct one :wink:

http://www.gnu.org/manual/glibc-2.2.5/h ... index.html
Muddassir Sayeed siddiqui
Linux User # 282980
if
Battalion Quarter Master Havaldaar
Posts: 224
Joined: Tue Aug 13, 2002 12:52 pm
Location: Islamabad
Contact:

thx

Post by if »

AoA,

thx.... i got it.... kindly if u know any pdf format 4 this. i got ascii format ... but not pdf. can u?

thx
if u find anything which shows my lack of knowledge,
please guide me... thx
------------------------------------
Aslam-o-Aliakum-Wa-Rahmatullah-Wa-Barakatuhu
------------------------------------
if
Muddassir
Lance Naik
Posts: 29
Joined: Sun Jul 28, 2002 12:53 am
Location: Karachi, Pakistan
Contact:

Post by Muddassir »

you can find the different file format at



http://www.gnu.org/manual/glibc-2.2.5/

i checked it but no pdf format but you can get the postscript format
Muddassir Sayeed siddiqui
Linux User # 282980
fawad
Site Admin
Posts: 918
Joined: Wed Aug 07, 2002 8:00 pm
Location: Addison, IL
Contact:

Post by fawad »

For most GNU manuals, you can get the TeX source and run pdfLatex in it to generate PDF. I dunno why you'd wanna do this, though, as PDF seems harder to search than normal HTML. The glibc docs are also published by the GNU people at http://www.gnu.org/doc/gnupresspub.html ... BOOK-61299
Locked