All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
I have read programming books where they resaying that you need to know C before learning C++, and books where theyre saying you need to jump immediately to C++, that C is obsolete.
I think that C++ is for people who work in the programming field, and C is for those who make technologies.
jerryleecooper wrote:I have read programming books where they resaying that you need to know C before learning C++, and books where theyre saying you need to jump immediately to C++, that C is obsolete.
I think that C++ is for people who work in the programming field, and C is for those who make technologies.
As with 99.999999% of things... the truth is somewhere in the middle. Learn them both at the same time and let one complement your learning of the other.
Personally, I'd say learn C first so you have an idea of the High-Level foundations you are programming on.