All Projects → dacap → Pocketcpp

dacap / Pocketcpp

Compile C++11 / C++14 / C++17 / C++20 snippets with Notepad++ and MinGW/gcc 9.2.0

Programming Languages

shell
77523 projects
cpp
1120 projects
cpp11
221 projects
cpp17
186 projects
cpp14
131 projects

Labels

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

  • The .cpp file must be self-contained (it must contain a main() function),
  • The file is compiled using -std=c++2a flag with gcc 9.2.0
  • Static linking (-static) is used to generate the output (.exe file), in this way it doesn't depend on external .dll (e.g. C++ runtime).
  • In next versions you'll be able to link multiple .cpp files and to use third party libraries like Boost and SDL (which are already included in the Pocket C++ distribution).

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].