after the course | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

after the course

recently i finished c++ course in SoloLearn and now don't know what to do in this programming language there are many things that l didn't learned in this course how can i make an app with this knowledge? and how?

2nd Dec 2016, 12:38 PM
amir ramezanpour
amir ramezanpour - avatar
3 Answers
+ 3
You can try to make a simple PC game using C++ . But I recommend you to start by creating a simple calculator first with C++ to expose yourself to coding a different form of application first instead of sticking to console application all the time. Just remember that google always exists.
2nd Dec 2016, 1:08 PM
Wen Qin
Wen Qin - avatar
+ 1
First start reading about Object Oriented Programming. After you become familiar with inheritance, data abstraction, polymorphism and encapsulation on higher level you will know what to do next. My advice is to study these principles as much as you can because they are basics in every OOP language and they will help you to use full power of any OOP language. Good luck!
2nd Dec 2016, 12:54 PM
Aleksandar
Aleksandar - avatar
+ 1
coding is what i learned ( not completely) but what about making a good interface? how we can make calculator interface?
2nd Dec 2016, 1:14 PM
amir ramezanpour
amir ramezanpour - avatar