Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Learning Advanced Programming In C

Status
Not open for further replies.

balachandar

Programmer
Apr 16, 2001
88
CA
Hi All,
I want to learn advanced programming concepts of C like compiler design ,system programming and related stuff.
Where can i find resources like tutorials and Books that would help me to achieve the task in hand.

Thanks and Regards
Balachandar Ganesan.

 
You can pick up a course catalogue and enroll at your local college or universities.
 
Dr.Know,
This is a forum created with a good intention of sharing the knowledege of people. I appreciate the so many guys who put in a lot of effort for helping others. Please do not misuse the freedom and write such generalized answers.

Thanks and Regards
Balachandar
 
My personal opinion is to start learning C++, not so much for the C++ programming constructs, but because it is the foundation of a more advanced way to think about software development. Let me say it this way, all of the programs I wrote in C are currently being re-developed (by me) in an object oriented framework.

That's just my humble opinion. If you really want to stay within C, I'm sure you can find specialized books on writing compilers, device drivers, etc. Just go over to amazon.com - or as DR.KNOW suggested (quite validly, I say) you can look at the course offerings at the local technical college.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top