Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thecoder777/gpp-wrapper

A simple wrapper around g++. You don't need to execute the output file anymore, it's done for you!
https://github.com/thecoder777/gpp-wrapper

Last synced: 3 days ago
JSON representation

A simple wrapper around g++. You don't need to execute the output file anymore, it's done for you!

Awesome Lists containing this project

README

        

# Comp

Comp is a simpel script to make your workflow better while working on small C++ projekts.

## Description

With gpp-wrapper (comp) you can directly compile your C++ file to a output directory,
and comp will automaticly execute the generated file for you!
You can also provide any options directly to g++!

## Installation

The only thing you need to do is to add the "comp.sh" file to your path
(meaning /usr/local/bin/, or /usr/bin/, or some other path on your $PATH variable)

If you like, you can remove the ".sh" extension.

If you have any suggestions, Improvment, or questions about comp, please let me know!