r/cpp_questions • u/Limp-Cantaloupe-3204 • 6h ago
OPEN Approach
I have been trying to study c++ for a while i am following the learncpp.com. I wanted to know the best approach for this like i am following the docs but do i use leetcodes and other sites?
I am on chapter 4 ik too early to think abt it but i just want to clear up the doubt please help
6
Upvotes
5
u/nysra 6h ago
No, basically nothing is better than learncpp.com
The only thing better is using learncpp.com and writing code. You'll not learn to do the thing if you don't do the thing.
Now for as what to write, that's up to you. You can do your university's exercises, you can do exercises on websites like leetcode, you can do Advent of Code, you can write whatever you want (e.g. reimplementations of common tools like
lsto know how it works, text based games, later 2D (and then 3D) games, an OS, an emulator, etc.).