Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>gpp-handlerNew to Visual Studio Code? Get it now.
gpp-handler

gpp-handler

Dawid Piotrowski

|
21,748 installs
| (1) | Free
Adds GUI for compiling one source file C++ programs with g++
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

gpp-handler README

Makes compiling with g++ easier by adding simple GUI. Works only for simple, one input file programs.

Features

Compile your code with a click of a button.

Compilation process

Requirements

You have to have a g++ compiler installed.

Extension Settings

This extension contributes the following settings:

  • gpp-handler.autorun: specifies if the compiled code should run automatically
  • gpp-handler.outputfilename: the name of the output file; set to null to be the same as the source file name
  • gpp-handler.compilerpath: the path to the g++ compiler; set to null if you have g++ path added to PATH

Release Notes

Probably only one of them.

1.0.0

Initial release.

1.0.1

Bugfix lol.

1.0.2

Added repository.

1.0.3

Another bugfix lmao.

1.0.4

Added support for directories with spaces.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft