+ 1
What all can be done in C++?
In my school, we have done till loops, and I have studied arrays and functions on my own (though they will be taught in school later). But I want to know, what else can be done after arrays and functions? I have heard a lot about graphics in C++. So, other than graphics, what else can be done?
1 Antwort
+ 1
Learn also:
pointers, structures, classes, lambdas, templates and metaprogramming, polymorphism, exceptions, STL, cpp idioms and oop patterns.
When you learn all that you can do many things using cpp at good quality.