Is there anyone who can help me? Suggest me a programme which has all concept of c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is there anyone who can help me? Suggest me a programme which has all concept of c++

namespace structure extern static register pointer class abstraction encapsulation inheritance polymorphism constructor copy constructor move constructor destructor static members function overloading

10th Sep 2018, 12:13 PM
Hemant Kumar
Hemant Kumar - avatar
1 Answer
0
Those are alot of concepts you are trying to jam into one program. Maybe seperate them into multiple programs instead? Anyway, a game ( 2d platformer or something ) would probably feature most of these concepts so try something like that if you like a challenge. I recommend SFML to start off.
10th Sep 2018, 2:46 PM
Dennis
Dennis - avatar