Sfoglia il codice sorgente

g++: Doing requested changes.

Nalin Bhardwaj 7 anni fa
parent
commit
733d23ca38
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      pages/common/g++.md

+ 2 - 2
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}}`