Just finished C++ intermediate, but I don't feel like I really know how to code. What are my next steps? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Just finished C++ intermediate, but I don't feel like I really know how to code. What are my next steps?

So, I've went through both "Introuction to C++" and "C++ intermediate" in about 2 weeks, and haven't had much difficulty with the course. In fact, I think I have a good grasp in everything it did teach (dynamic arrays still mess a bit with me though). However, I don't think I can code anything but the most basic of programs running on compilers (such as the ones I've had to do in code coach). I feel a little lost, and don't know how to proceed. I'm learning coding just because I'm a digital artist and want to learn Unreal Engine. So for now I think I'll just try to mess around with Unreal, and see search for knowledge whenever I don't know how to do something. But I was wondering if there's something else that's highly recommended too!

6th Aug 2023, 4:29 PM
Lorenzo Hernandes
Lorenzo Hernandes - avatar
4 Answers
+ 3
You will learn the most by creating something and in the process reading code written by others. Learn functions and algorithms in libraries like <algorithm> and others.
6th Aug 2023, 6:26 PM
Jeremy Ed
Jeremy Ed - avatar
+ 3
Just dive into Unreal then! Searching for bug solutions is a great way to improve your knowledge. Just don't mindlessly copy-paste codes, though. Try to read and understand the solutions and associate them with stuff you already know. Knowledge is like a bunch of isolated data that you connect in a meaningful way. Doing courses and tutorials spoonfeed you with information. But being able to break that knowledge apart and recombine them in new ways should be your end goal. Like playing with Lego blocks. Sololearn shows you how to build a house. Knock it apart and build a robot.
7th Aug 2023, 2:53 AM
Bob_Li
Bob_Li - avatar
0
that's great , you completed 2 course in 2 weak with not much difficulties , i just wanna advice you do practice , for practice make codes for social issue like traffic light with srand seed,calculator and more , or you can solve code couch in sololearn or you can do challenges given by sololearners. ā†“ there is a thread which you can follow and when ever any guy give problem solving challenge you can get the notification and try it. https://www.sololearn.com/discuss/1270852/?ref=app
8th Aug 2023, 10:10 AM
Alhaaz
Alhaaz - avatar