Skip to content

magn3tar/pocketcpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Pocket C++

Download

Portable and easy to use editor to write and test C++14 snippets (supported features). It integrates Notepad++ and Stephan T. Lavavej's MinGW Distro (GCC 6.1.0). You can use F9 key to compile C++ files, and Ctrl+F9 to execute the compiled program.

See FAQ for installation instructions and more.

Important notes:

  • The .cpp file must be self-contained (it must contain a main() function),
  • The file is compiled using C++14 standard.
  • 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

About

Compile C++14 snippets with Notepad++ and MinGW/gcc 5.2.0

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 55.4%
  • C++ 39.8%
  • Batchfile 4.8%