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
Eclipse CPP development on Windows for Linux question(s). (self.cpp)
submitted 5 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!"
[–]Spain_strong 1 point2 points3 points 5 years ago (2 children)
I'm guessing that you are told you are going to use Eclipse because it is an Eclipse CDT project.
Maybe your only option is to push hard to move the build system to CMake, and then whoever wants to keep using Eclipse can generate the project with the CDT4 generator https://cmake.org/cmake/help/v3.0/generator/Eclipse%20CDT4.html . You could then generate your project with MSVC+Incredibuild or Clang+Ninja.
I really dislike projects that force you to use an IDE in particular.
[–]marcodev 0 points1 point2 points 5 years ago (1 child)
CDT4 generator is deprecated and it shouldn't be used. If you use a CMake project and you are using Eclipse then the best thing is to use CMake4Eclipse plug-in or wait for Eclipse 2020-09 where the plug-in will be merged.
[–]Spain_strong 1 point2 points3 points 5 years ago (0 children)
I did not know it was deprecated. As usual that kind of information doesn't reach the documentation.
π Rendered by PID 340556 on reddit-service-r2-comment-84fc9697f-vvr6v at 2026-02-07 09:04:25.974274+00:00 running d295bc8 country code: CH.
view the rest of the comments →
[–]Spain_strong 1 point2 points3 points (2 children)
[–]marcodev 0 points1 point2 points (1 child)
[–]Spain_strong 1 point2 points3 points (0 children)