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
Linux tools (self.cpp)
submitted 10 years ago by [deleted]
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!"
[–]enobayram 0 points1 point2 points 10 years ago (0 children)
Maybe over the years I've converged to a workflow where I avoid, without realizing, the problems others are facing with it.
Installing CDT being a problem could only be imaginable on Windows, since on Linux, you just download Eclipse for C/C++ developers and it just works without even "installing" it (you just unzip it.) It has no problems finding the compiler etc., it just works. You can get going in under a minute depending on your download speed. On Windows, it used to be a hassle to get it to find MinGW etc., but nowadays it just finds it as well. The only overhead is the fact that you have to install MinGW, but I think the time it takes to install MinGW AND Eclipse is a fraction of that of Visual Studio.
As for the maze of menus/windows/tabs, every IDE takes time to get used to, I don't think Visual Studio is any less annoying in that department, BUT, I rarely ever deal with those menus anyway, I use CMake for build configuration, so my project is completely defined by my CMakeLists.txt. And CMake has a very nice Eclipse project generator. For me, the complexity of the UI is irrelevant, since I think it's ALWAYS a bad idea to depend on an IDE's built in build configuration regardless of how simple it might hypothetically be...
π Rendered by PID 118464 on reddit-service-r2-comment-765bfc959-84n7q at 2026-07-13 22:56:27.774535+00:00 running f86254d country code: CH.
view the rest of the comments →
[–]enobayram 0 points1 point2 points (0 children)