+ 2
What Next In C++ ?
I just finished the c++ course and I would like to create some projects with c++ other than console applications. Preferably app development that I can release or things that would prepare me for the industry that a novice could accomplish.
5 Answers
+ 5
Hm, maybe look into GUI with Qt?
https://www.qt.io/developers/
+ 4
Please use the search bar for the maintenance of the quality content on sololearn.
https://www.sololearn.com/Discuss/1694160/?ref=app
Of course, you can use it just as you use google or any other, before posting anything. Of course that's why it is there!!!
+ 3
May be you can do cop graphics. I m currently in graphics
+ 2
Thanks to all
0
now to look into some algorithms and data structures. do you have the skills to implement a quicksort algorithm, or an linked list from scratch?