0
After completing the C++ course, what should I do next?
I feel like the course were just the basics, and that there is more to C++.
4 Answers
+ 4
As stated by everyone already
- learn more C++
https://www.sololearn.com/discuss/459759/?ref=app
+ 1
This is just my opinion of course but I'd suggest getting a compiler setup if you haven't already and get used to writing some simple C++ programs and getting used to the flow of using the compiler, linker, etc. That was one of my biggest problems because I knew the syntax, I knew how to write a useful program but getting used to header files, linking in libraries and the like were all still confusing to me.
0
Read a good book, for example "The C++ Programming Language" by Bjarne Stroustrup.
If you're lacking money, go to Cherno on YouTube, he knows what he's talking about.
Yes, these are just the basics. We're all too lazy to submit in-depth lessons (me included). But there isn't even a warning at the start of the course.
0
after course wHAt can i do next?