What is a good way to lear C programing language?
I am new at programing as a whole and I want to lear C as fast as possible so I can begin Programing. Does anyone know any good book that can explain it step by step so someone who is 14 years old can understand it.
You can start learning C++ with these video tutorials:
http://xoax.net/comp/cpp/console/index.php
They are perfect for beginners. This one can get you started by showing you how to install a free compiler:
http://xoax.net/comp/cpp/console/Lesson0.php
Here are some simple games with code downloads that you can use to get some ideas:
http://xoax.net/comp/cpp/console/Lesson9.php
http://xoax.net/comp/cpp/console/Lesson23.php
http://xoax.net/comp/cpp/console/Lesson29.php
These tutorials can get you started with graphics programming in OpenGL:
http://xoax.net/comp/cpp/opengl/index.php
You can go through the tutorials and if you have questions on them or anything else in C++, please post to me here:
http://xoax.net/forum/
Best of luck!
you should learn about the basics of the operating system. So get a book on the operating system you will do it on. Then you will need to learn about basic programming so buy a book for that. Then learn about BASIC so buy another book for that. Then finally you can buy a book for C and learn about that. Also don’t forget about C# and C++ for visuals.
C++ For Dummies is well worth the $20.
Also, Microsoft offers a free IDE and tutorials for its version of C:
http://www.microsoft.com/express
This will help you get started at a level you can understand. Step by step video instruction on c programming.
http://wally.cs.iupui.edu/csci230/
http://webcast.berkeley.edu/course_details.php?seriesid=1906978485
If you want you can learn c++
http://wally.cs.iupui.edu/csci240/
Most importantly, practice with the ideas you learn.
If you want to be hardcore then get the book
"The C Programming Language" by K & R
If you want an "easier" ride get a Deitel and Deitel book
http://www.pearsonhighered.com/educator/academic/product/0,3110,0132404168,00.html
If you want to learn C download Microsoft .NET Framework and use tutorials at http://www.cplusplus.com.