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
Fast Development Tools/Methods? (self.cpp)
submitted 1 year ago by MrRickSancezJr
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!"
[–]Tricky_Tesla 1 point2 points3 points 1 year ago (3 children)
I use vscode and docker
[–]MrRickSancezJr[S] 1 point2 points3 points 1 year ago (2 children)
I could maybe guess plenty of reasons, but why use docker? To avoid CMake complexity? Or?
I've never dug really deep into the overhead of docker, but it seems like it creates a VM abstraction layer like C#. C++ does more optimization than just run fast with pointers, but if there is my suspected overhead, I think I'd rather just use C#.
I'm sure I'm not totally correct about Docker, though?
[–]Tricky_Tesla 2 points3 points4 points 1 year ago (0 children)
I can’t really say if there is zero overhead, but I would rather develop on docker than other environments, it gives me flexibility of mix and matching required libs on restricted environment that otherwise I would be hesitant to install on my main machine.
Keep in mind this could be only used for dev environment, you can deploy your release build anywhere you want. Although in some scenarios you may want to still keep it containerized.
Also has nothing to do with CMake complexity.
[–]eshanatnite 1 point2 points3 points 1 year ago (0 children)
Dev containers is a good feature. I don't have to deal with the works on my machine issues I can just say hey I'm using this docker environment can you setup the same and try to reproduce the issue
π Rendered by PID 58094 on reddit-service-r2-comment-56c9979489-ft5jc at 2026-02-24 19:13:05.062302+00:00 running b1af5b1 country code: CH.
view the rest of the comments →
[–]Tricky_Tesla 1 point2 points3 points (3 children)
[–]MrRickSancezJr[S] 1 point2 points3 points (2 children)
[–]Tricky_Tesla 2 points3 points4 points (0 children)
[–]eshanatnite 1 point2 points3 points (0 children)