From 733d23ca389000fb9ca4233f88384cbca209ba22 Mon Sep 17 00:00:00 2001 From: Nalin Bhardwaj Date: Thu, 30 Nov 2017 12:55:37 +0530 Subject: [PATCH] g++: Doing requested changes. --- pages/common/g++.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/g++.md b/pages/common/g++.md index cf0426e1f8..ff840e278a 100644 --- a/pages/common/g++.md +++ b/pages/common/g++.md @@ -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}}`