C to C++ | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

C to C++

familiar with C, what should be kept in mind when I start to learn C++?

30th Jun 2016, 1:51 AM
Jack Black
Jack Black - avatar
2 Antworten
+ 1
Learn OOPS concepts
30th Jun 2016, 6:38 AM
Desik
Desik - avatar
0
There are many concepts in C++ that C does not have. Apart from object oriented programming (OOP), I would also give templates a glance and for newer versions as C++11 and C++14, type deduction (auto keyword), variadic templates, perfect forwarding and rvalues / move semantics. Btw, I already sorted my list by priority as some of the latter mentioned concepts require knowledge of a concept mentioned earlier in the list :-)
30th Jun 2016, 12:06 PM
Stefan
Stefan - avatar