dacap / pocketcpp

Compile C++11 / C++14 / C++17 / C++20 snippets with Notepad++ and MinGW/gcc 9.2.0
82 stars 17 forks source link
cpp cpp11 cpp14 cpp17 cpp20 windows

Pocket C++

Portable and easy to use editor to write and test C++11/14/17/20 snippets.

Features

Download

Pocket C++ 0.8 Windows 64-bit

See FAQ for installation instructions and more.

Notes

Pocket C++ looks like (is) Notepad++

You can press F9 to compile your .cpp files. If there are compilation errors you can double-click them to go to the specific line.

You can press Ctrl+F9 to execute the compiled program