Do I need to know C to learn C++? No . C++ is a superset of C; (almost) anything you can do in C, you can do in C++. If you already know C, you will easily adapt to the object-oriented features of C++.
Read moreShould I learn C++ directly?
No. It’s generally more useful to learn C++ because it’s closer to the most modern OO-based languages, like Eiffel or C# . If your goal is to learn C++, learn modern, standard C++ in the first place.28 Şub 2009
Read moreCan I learn C++ without any experience?
Absolutely. C++ is the best first programming language. Nowadays, C++ is the most powerful language in the world, therefore, there is no better investment of time and effort than learning C++. With C++ you can program anything .
Read more