Rookie Alert! Need Help Learning C
-
Hello world, I am a rookie here, and want to learn C. How and where should i begin?? :confused:
-
Hello world, I am a rookie here, and want to learn C. How and where should i begin?? :confused:
-
Hello world, I am a rookie here, and want to learn C. How and where should i begin?? :confused:
-
Hello world, I am a rookie here, and want to learn C. How and where should i begin?? :confused:
Unless you have a need for plain C, you would probably be better ignoring it and going straight to C++ or C#. Lots of tutorials on the web, or get yourself a book. You can also get the free versions of Visual Studio here[^].
Unrequited desire is character building. OriginalGriff
-
Hello world, I am a rookie here, and want to learn C. How and where should i begin?? :confused:
better learn c++, you can get free copy of "thinking in c++" online
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
Hello world, I am a rookie here, and want to learn C. How and where should i begin?? :confused:
If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering” - Wernher von Braun -
Hello world, I am a rookie here, and want to learn C. How and where should i begin?? :confused:
For books i can advice: - "The C Programming Language" by Kernighan and Ritchie, which are the brains behind Ansi C. - "Head First C" - The Head First books are one of my alltime favorites for learning the many facettes of programming / developing There are also plenty of online resources e.g. - Solutions to the Exercises of above mentioned book: http://users.powernet.co.uk/eton/kandr2/[^] - Essential C : http://cslibrary.stanford.edu/101/EssentialC.pdf[^] - C Programming : http://www2.its.strath.ac.uk/courses/c/[^]
-
If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy Adams
You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering” - Wernher von BraunThanks!
-
For books i can advice: - "The C Programming Language" by Kernighan and Ritchie, which are the brains behind Ansi C. - "Head First C" - The Head First books are one of my alltime favorites for learning the many facettes of programming / developing There are also plenty of online resources e.g. - Solutions to the Exercises of above mentioned book: http://users.powernet.co.uk/eton/kandr2/[^] - Essential C : http://cslibrary.stanford.edu/101/EssentialC.pdf[^] - C Programming : http://www2.its.strath.ac.uk/courses/c/[^]
Thanks a ton! :)