Results 1 to 4 of 4
Hello,
I am new to C programming. I have been working through some beginning programs that Gerard and others here in the forums have directed me to using some e-books.
...
- 10-27-2008 #1Just Joined!
- Join Date
- Apr 2008
- Location
- Chicago, IL
- Posts
- 34
C Tutorials
Hello,
I am new to C programming. I have been working through some beginning programs that Gerard and others here in the forums have directed me to using some e-books.
I really need to have a good grasp of this language, and I am looking for some good tutorials.
What tutorials and/or open source projects can I work on to improve my skills? I am looking for something where I can write code, read good code, and write more code. I am looking to learn by doing, and hopefully being able to make a valuable contribution to the open source community.
Thank you,
Jeff
- 10-27-2008 #2
You should be able to google around for C tutorials...for example here's one
Programmingtutorials.com - Free Online Programming Tutorials
To learn C, to really learn C, you should experiment as much as possible with the language and use the available tools such as gcc, gdb, nm, objdump as much as possible...
The most important thing to learn, right now, is the gcc(gnu compiler collection) and here's a link to help you...
An Introduction to GCC - Table of Contents
Hope this helps...Gerard4143
- 10-27-2008 #3
Also try
info binutils
in your console to view the available tools and utilities for gcc
- 10-28-2008 #4
For tutorial I will recommend you "Sams Teach Yourself C in 24 Hours" by Tony Zhang. Although it s title mention only in 24 hours, but really, it is very a good one, it explain most of the basic C thoroughly. And the way it explains is easy to understand for me.


Reply With Quote