1
Platform
2
Experience
3
Compiler
4
Configure
5
Download
đ Welcome! Let's set up your C++ environment
First, we need to know what operating system you're using. We've detected your platform, but you can change it if needed.
Windows
Windows 10/11
macOS
macOS 10.14+
Linux
Ubuntu/Debian/Fedora
đ¯ What's your C++ experience level?
This helps us customize the setup for your needs.
Beginner
New to C++ programming
- Simple configuration
- Detailed instructions
- Basic debugging setup
Intermediate
Some C++ experience
- Standard configuration
- Advanced debugging
- Optimization flags
Advanced
Experienced developer
- Full customization
- Performance profiling
- Custom build tasks
đ ī¸ Choose your C++ compiler
Based on your platform, here are the recommended compilers:
âšī¸ Compiler Information
Select a compiler to see details
âī¸ Configure your environment
Customize your development setup:
đ Your configuration is ready!
Follow these steps to complete your setup:
Install Compiler
Download Configuration Files
Click the button below to download your personalized VS Code configuration:
Install in VS Code
- Open VS Code
- Open your C++ project folder
- Create a
.vscodefolder in your project root - Extract the downloaded files into the
.vscodefolder - Restart VS Code
Test Your Setup
Create a new file called main.cpp and try the sample code:
#include <iostream>
int main() {
std::cout << "Hello, C++!" << std::endl;
return 0;
}
Press F5 to build and run your program.
đ Configuration Preview
// Configuration will appear here