+ 2
Hey, what after learning the basics of c++ ?
I have completed the basics of C++ properly now what after this? What should be my next move in programming? Please help.
14 Antworten
+ 5
challenges with nicolay nachev .
+ 5
learn c++ advanced.
+ 5
https://www.tutorialspoint.com/cplusplus/
may help you.
+ 5
Qt and SDL are what we call (graphic) library, they're meant to allow you to make graphical programs (in a window, with some buttons, pictures, video, ...)
+ 4
you can also learn some external library like Qt or SDL for making GUI
+ 3
Try to build some programs practically
+ 3
For example what?
+ 2
I mean what to learn now after c++ basics and i have practiced it properly .
+ 2
From where?
+ 2
thank you so much @nithiwat
+ 1
What's those? I don't know about them?
+ 1
Qt and SDL are libraries of c++ just like iostream or conio?
+ 1
You make programs on Qt. You insert code, run and compile, and out comes your program. You could search up ideas for beginner programs to make. An example is a cash register program. Program asks how much was the purchase was, how much you paid, then outputs your change.