Right-click a C/C++ file → Open With → Test C/C++ to execute a C/C++ file right away!
-
OS: GNU/Linux (freedesktop compliant)
- In Windows, use Cygwin or MSYS2 but with a
*.lnk
shortcut file instead oftestcpp.desktop
- In Windows, use Cygwin or MSYS2 but with a
-
ZSH (zshell)
- Because I use
#! /usr/bin/env zsh
- You can edit
bin/testcpp
in order to not usezsh
, but don't make any pull request that includes this change
- Because I use
-
GCC >= 5.0.0
- Because I use
-std=c++14
- If you get
g++-5
,g++-6
, you need to either create ag++
at~/bin
or edit my file
- Because I use
-
Merge
bin
into~/bin
-
Merge
.local
into~/.local