+ 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
1 Réponse
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.