g++: Doing requested changes.

This commit is contained in:
Nalin Bhardwaj 2017-11-30 12:55:37 +05:30
parent 2480d161eb
commit 733d23ca38
No known key found for this signature in database
GPG Key ID: B25133FC2745D499

View File

@ -1,4 +1,4 @@
# Gplusplus
# gplusplus
> Compiles C++ source files.
> Part of GCC (GNU Compiler Collection).
@ -7,7 +7,7 @@
`g++ {{source.cpp}} -o {{output_executable}}`
- Activate output of (almost) all errors and warnings:
- Display (almost) all errors and warnings:
`g++ {{source.cpp}} -Wall -o {{output_executable}}`