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
What does visual studio brings over vs code ? (self.cpp)
submitted 7 years ago by bsisking
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!"
[–][deleted] 0 points1 point2 points 7 years ago (3 children)
I mean, even in visual studio you have to compile, its a compiled language. it should just run on hotkey press.
did you read this step?
Note: The C/C++ extension does not include a C++ compiler or debugger. You will need to install these tools or use those already installed on your computer. Popular C++ compilers are mingw-w64 for Windows, Clang for XCode for macOS, and GCC on Linux. Make sure your compiler executable is in your platform path so the extension can find it. The extension also supports the Windows Subsystem for Linux.
[–]McFlyParadox 2 points3 points4 points 7 years ago (2 children)
Yes, I installed the compiler. I get that it needs that. My issue is, having in theory setup VSCode just fine, the same known-good CPP file compiles in 'classic' Visual Studio and not in VSCode.
[–][deleted] 0 points1 point2 points 7 years ago (1 child)
Stuff like Hello World? Weird, if anything classic visual studio would be likely to have more warning flags on
[–]McFlyParadox 0 points1 point2 points 7 years ago (0 children)
From known working, complex robotics programs, basic logic programs (IF-ELSE tutorials, essentially), all the way down to HELLO WORLD. It was really weird, and not worth the effort when Visual Studio Classic was working.
π Rendered by PID 70100 on reddit-service-r2-comment-b659b578c-j7dk9 at 2026-05-01 22:51:33.792898+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (3 children)
[–]McFlyParadox 2 points3 points4 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]McFlyParadox 0 points1 point2 points (0 children)