Hi all, Can anyone tell me about some sites regarding C programming in linux.
Yahoo! India Matrimony: Find your partner online.
hai ...
Please see this link
http://www.linuxlinks.com/Books/Programming/C/index.shtml
Ramesh Kumar.
Linux and Oracle Administrator
On Mon, 2004-06-07 at 12:25, nilesh mahajan wrote:
Hi all, Can anyone tell me about some sites regarding C programming in linux.
Yahoo! India Matrimony: Find your partner online.
Hi Folks,
If anybody on the list is appearing for the BCA or MCA examinations conducted by IGNOU, the following papers have been postponed and the dates are not yet declared.
Important Notice For MCA - BCA Students
* Term End Exams for the following courses stand postponed
* CC09 CC11 CC16 CS01 CS03 CS05 CS06 CS07 CS09 CS10 CS12
* CS13 CS14 CS15 CS16 CS51 CS54 CS60 CS601 CS611 CS612
* CS62 CS63 CS64 CS66 CS68 CS69 CS70 CS71 CS74 CS75
* New dates for above mentioned courses shall be announced soon
Visit: www.ignou.ac.in -> TEE Online Hall Ticket
Regards
Aditya Laghate
nilesh mahajan wrote:
Hi all, Can anyone tell me about some sites regarding C programming in linux.
There's not much difference between programming in C on gnu/linux platform or any other, if your programming needs are just small console apps, for learning purposes. (till you follow the ANSI standard).
Useful links : 1) GNU - C Programming tutorials http://www.google.co.in/search?q=ansi+c+programming+tutorials+gnu
2) GNU - Coding standards : http://www.gnu.org/prep/standards_toc.html
most books that cover C teach you to make console apps. However making programs with gui is a bit complex. Prefer the books that follow ansi C.
anurag
Yahoo! India Matrimony: Find your partner online.
Anurag anurag@hbcse.tifr.res.in said:
nilesh mahajan wrote:
Hi all, Can anyone tell me about some sites regarding C programming in linux.
Search for the lysator C archives..
Good books :
1. C Programming Lang - Kernighan and Ritchie 2. Standard C Library - PL Plauger 3. Expert C Programming Deep C Secrets - Peter van den Linden
Read good code. That's about all I think..
-- cheers
Hi,
Where is the best place to look for information on stuff like dlopen() etc, which are Linux specfic ??
What I mean is, how are these functions classified ? i.e I dont think they are system calls.
Similarly, I suppose, that there may be many other C interfaces to linux capabilities, which are not part of the standard C libraries, or Unix System calls , or even POSIX ??
Since I do not even know what catogary these calls fall into, I cant even do a web search :-(
Thanks for any advice Shahed
Evening Shahed,
--- Shahed Moolji shahed@enoor.com wrote:
Hi,
Where is the best place to look for information on stuff like dlopen() etc, which are Linux specfic ??
man 3 dlopen & info libc. dlopen is userspace btw.
Regards, Animesh.
What I mean is, how are these functions classified ?
i.e I dont think they are system calls.
Similarly, I suppose, that there may be many other C interfaces to linux capabilities, which are not part of the standard C libraries, or Unix System calls , or even POSIX ??
Since I do not even know what catogary these calls fall into, I cant even do a web search :-(
Thanks for any advice Shahed
__________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/
A good book on C interface to linux is by Stevens. - Advanced Unix programming, which talks abt almost all library calls.
---------------------------------------------------------------------------- ------------------------------------- "Technology is a means, NOT the goal" ----- Original Message ----- From: "Animesh Singh" an2rhyme@yahoo.com To: "GNU/Linux Users Group, Mumbai, India" linuxers@mm.ilug-bom.org.in Sent: Thursday, June 10, 2004 11:32 AM Subject: Re: [ILUG-BOM] dlopen() and similar stuff
Evening Shahed,
--- Shahed Moolji shahed@enoor.com wrote:
Hi,
Where is the best place to look for information on stuff like dlopen() etc, which are Linux specfic ??
man 3 dlopen & info libc. dlopen is userspace btw.
Regards, Animesh.
What I mean is, how are these functions classified ?
i.e I dont think they are system calls.
Similarly, I suppose, that there may be many other C interfaces to linux capabilities, which are not part of the standard C libraries, or Unix System calls , or even POSIX ??
Since I do not even know what catogary these calls fall into, I cant even do a web search :-(
Thanks for any advice Shahed
Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/
On Mon, 7 Jun 2004, nilesh mahajan spake thusly:
Hi all, Can anyone tell me about some sites regarding C programming in linux.
To start off, try "Let Us C" by Yeshwant Kanhetkar. Later, try "ANSI C" by Kumar & Agarwal. Both books are excellent.