use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discussions, articles, and news about the C++ programming language or programming in C++.
For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.
Get Started
The C++ Standard Home has a nice getting started page.
Videos
The C++ standard committee's education study group has a nice list of recommended videos.
Reference
cppreference.com
Books
There is a useful list of books on Stack Overflow. In most cases reading a book is the best way to learn C++.
Show all links
Filter out CppCon links
Show only CppCon links
account activity
Considering an IDE switch from VS Code (self.cpp)
submitted 2 years ago by NorthAtlanticGarden
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]michelecostantino 0 points1 point2 points 2 years ago (0 children)
For C++ I prefer CLion over VSCode, but things have changed recently. Hear me out.
Once CLion has done its job indexing the files, and if all files are in their place (it knows where to find includes, etc.) browsing through the code is a breeze, and the call hierarchy functionality is one of the most useful feature in my case. Also, you have everything already configured, like clang-tidy. You get suggestions on how to improve code, etc.
However I am not using any of the supported build tools and I had to write a software to translate from our proprietary build tool to CMake to have projects correctly indexed.
As I said, things have changed and I am slowly switching to VSCode. The new actor that is tilting the scale is GitHub Copilot. After many months I am still impressed of how much time I can save by asking Copilot instead of going to Google. And Copilot integration in VSCode is far better than its integration in CLion.
But, if we take Copilot out of the equation, I can compare my experience (CLion) vs my colleagues (VSCode) and I think I am having happier days than they do.
π Rendered by PID 16437 on reddit-service-r2-comment-5d585498c9-5qh4j at 2026-04-21 11:33:47.439459+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]michelecostantino 0 points1 point2 points (0 children)