+ 1

I am new to this c++ what should I do to learn it

11th Jan 2019, 5:38 PM
shivanand sahu
shivanand sahu - avatar
4 Answers
+ 2
First try finishing the course, then move to challenges and personal projects.
11th Jan 2019, 6:06 PM
Burdetiu Samuel
Burdetiu Samuel - avatar
+ 2
- Practice. For any programming language, practice Is the key to master it. If you have time, I personally recommend to practice c++ daily, for at least 1 hour. Practice what you learn reciently about C++, and think about how can you apply the new information in a real-life problem. - Knowledge The best way for learning C++ Is by reading a book. SoloLearn is a pretty good app for learning a programming language, but it's missing out pretty important infromation on specific topics of C++. Books provide you a lot of information about C++, telling about which tools are better in a specific situation, what's right and what's wrong to do, etc. I'm currently reading a book called "C++ in 24 Hours" by Sam's Teach Yourself. (Spoiler Alert: It takes more than 24 hours) It includes every in general, beginning with the easy stuff, and moving on to more complex topics, telling you about the significant stuff of every topic.
11th Jan 2019, 6:20 PM
Santiago Muñez
Santiago Muñez - avatar
+ 2
The answer is simple practice, and keep that work ethic constant. Because remember your learning something your not used to so it's always best to practice everyday. Even doing simple programming everyday, creates new neuron connections in your brain within your brain, strengthening your understanding of the language everyday. It's that simple just practice then you will learn C++. I started learning C++ around 2 weeks ago now I feel comfortable with it, so I try to challenge myself now.
12th Jan 2019, 1:37 AM
Pirate_Programmer
Pirate_Programmer - avatar
+ 1
- Getting Stuck Sooner or later, You will get stuck trying to learn and/or apply stuff about C++ If that's the case: Relax! You're not alone! There's a lot of people helping others on SoloLearn about C++ and its contents, not only by giving you the answer, but explaining in detail about how the programs work that way, how the error ocurred in the first place, how you can avoid it in future programs, etc. Or you can simply ask tips and tricks on how to learn C++ or programming language in general. So, whenever you're stuck on a topic, or on something else, feel free to ask on SoloLearn! Or you can ask on other programming forums as Well 🙂 I hope this answer helps you a lot. Good Luck, keep coding, and follow your dreams! 😀😀
11th Jan 2019, 6:31 PM
Santiago Muñez
Santiago Muñez - avatar