+ 1

C++

Hi guys! I want you to help with c++. Do you have any advice to learn this language? It's so hard for me💔

25th Sep 2024, 10:32 PM
Saba
Saba - avatar
3 Answers
+ 4
Same with me, c++ was hard but I agree to Morpheus and Jerry Hobby . For me, Python make c++ easy. I think you have make learn basic language before c++ even if it is Python or JavaScript. Now I go back to c++ after making champion in Python then I can easily learn any language. It easy again
26th Sep 2024, 5:09 AM
Sharpneli
Sharpneli - avatar
+ 4
If you have a computer, you should setup some software to write code on your computer. That way you can practice. You'll want to practice each concept until it makes sense. If not, the SoloLearn playground is available. It's not as good as a PC as it will not help you out as much. If you have questions during your lessons, post the problem and your attempted solution. We can advise you on where you are having challenges. You could also find a study partner. Either from here or in a Discord room for beginner programmers. If you have never programmed at all before, C++ will be challenging. You might try Python or JavaScript first. Also, C# is similar but easier than C++ to learn. For me, I started with an easier language. That was very helpful as it teaches you the basics of variables, loops, and conditional statements without overwhelming you with cryptic syntax.
25th Sep 2024, 11:38 PM
Jerry Hobby
Jerry Hobby - avatar
+ 3
Yeah, I agree with Jerry Hobby I don't find C++ hard but it's just that when I started out it was way too time consuming to do things with c++. It's still time consuming and way more easier to make mistakes. Whereas with Javascript, I was able to create beautiful graphics, logics, websites. Most important thing here to note is this. 👇 Since it was fun with Javascript I kept coding daily learning new things everyday whereas with c++ I kept quitting. I learned C++ much better after mastering Javascript. This is what worked for me. I can say the same for Python as well. Too much fun stuff with Python too.
26th Sep 2024, 12:01 AM
Morpheus
Morpheus - avatar