#how can i start out in learning c++
28 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.
Everyone learns differently, but the best way is to learn by doing: Working on personal projects, solving programming challenges, etc. Here are some resources to accompany you:
• learncpp.com
• Programiz
• codecademy
• [Programming Challenges](#archived-resources message)
• CodinGame
• LeetCode
• HackerRank
• An Introduction to Modern CMake
• cdecl+ - converts C/C++ declarations to prose
• Our #archived-resources channel. It contains many useful utilities.
We recommend these resources
My advice is just go start making things, have fun and learn as you go
in reality it's pretty much impossible to become an expert in C++ in just 2 weeks, it takes more than a year to even get a good grasp on the language
my advice for learning C++ would be to start off simple and do a very small project and constantly push your knowledge on the language, like how anybody does when it comes to learning how to program in general
make a new server side batteries included web framework from the ground up (this should require you to learn about everything)
hey thank you, do you think i would be able to finish the learncpp.com course in 2 weeks?
thank you all as well for giving me suggestions
i will follow them, thank you
@lusty marlin Has your question been resolved? If so, run !solved :)
I wouldn’t advise reading it chapter by chapter
Jump around
okay thank you
should i jump into topics i dont know about yet? (and skip the stuff like variable initialization and all that type of stuff
You have lots of general programming experience so use learncpp for familiarizing yourself with the basics but also as your reference for parts of the language as you go. Variable initialization is important in C++ as it's actually very complicated.
tyy 🙂
I thgink you misunderstood 2 weeks for 2 years?
people do feel pretty mixed about a lot of cherno stuff usually
This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.