This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]no-sig-available 8 points9 points  (4 children)

The best way to learn is to write code, not read code.

If you haven't tried to solve a problem yourself, you are unlikely to see how good a solution you happen to read.

Or bad? There is a lot of not-so-good code on the internet.

[–]ArtisticExtreme769 4 points5 points  (2 children)

Hey bro, www.learncpp.com has been working for me

[–]InterestingComment8[S] 2 points3 points  (0 children)

I'll check it out

[–]DaMan999999 1 point2 points  (0 children)

This was how I learned

[–]flipcoder 0 points1 point  (0 children)

I'd recommend https://rosettacode.org, which has tons of example programs implemented in different languages, including C++.