What's the difference between c++ we study here and c++ we make application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's the difference between c++ we study here and c++ we make application?

13th May 2018, 6:39 PM
Badr Artib
Badr Artib - avatar
2 Answers
+ 2
The C++ of an application has extra libraries to render graphics, possibly sound, and other useful things. SDL2 is a good example of an additional library. https://www.sololearn.com/discuss/498964/?ref=app
13th May 2018, 6:49 PM
Manual
Manual - avatar
+ 2
Try some more from this video. - learned to use Boost from it. https://youtu.be/CJQ1ybhP7Tw
13th May 2018, 6:51 PM
Manual
Manual - avatar