Hello Parag, Monday, May 29, 2006, 10:51:18 AM, you wrote:
PK> I know all THE basics of C language and LINUX. PK> I want to master C language under LINUX. PK> Any idea about online tutorials or Free Ebooks on C UNDER LINUX! C is the same language regardless of Operating System... that is what they mean when they refer to it as a 'portable' language. Try studying the man pages that relate directly to the gcc compiler and its libraries, etc. Also, studying source code for Open Source projects, that was written for the gcc compiler, and header files for same, might give you an insight into C, as implemented on Linux platforms. -wittig http://www.robertwittig.com/ . http://robertwittig.net/ ------------------------ Yahoo! Groups Sponsor --------------------~--> You can search right from your browser? It's easy and it's free. See how. http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/0XFolB/TM --------------------------------------------------------------------~-> To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
