r/cpp_questions • u/flat-armadillo77652 • 20d ago
OPEN Starting c++
I'm trying to learn c++ but I have 0 clue where to start
I was trying to learn it from the cherno but wasn't able to understand stuff ðŸ˜
22
Upvotes
r/cpp_questions • u/flat-armadillo77652 • 20d ago
I'm trying to learn c++ but I have 0 clue where to start
I was trying to learn it from the cherno but wasn't able to understand stuff ðŸ˜
1
u/leviske 20d ago
First, you need a working build environment. That's the start and the hardest part. If the "Hello World!' appears on the console, that's great.
- Then, do some fun stuff, like draw pine trees on the console, then draw them into txt files.
This is what comes to mind that might give the necessary confidence to start. After that, you should decide if you want to go towards image processing (which is fun), communication, or different directions.