+ 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?

27th Jun 2017, 10:58 AM
Sai Sriram
Sai Sriram - avatar
1 Odpowiedź
+ 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.
27th Jun 2017, 11:23 AM
soman