kobaj said:Why learn C before C++? I have only learned C++, never bothered with C.
As for books, in all seriusness, "C++ for dumbies"
It comes with a free compiler also.
diroga said:C is very yucky. C++ is much nicer to work with. you still use C like strings in C++.
SFR said:
How is C yucky? .. Ever take a look at a MFC application? ..talk about yucky!
I think C is very clean and straight forward. It is actually a very good FIRST language to learn. Once you grasp the concepts of Imperative programming you can then move on to object-oriented programming (like C++) much more easily. But, everyone learns differently....