Skip to content
Snippets Groups Projects
Commit ae75f2da authored by Kevin Höllring's avatar Kevin Höllring
Browse files

Update README.md

parent 5be392bc
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ In order to be executable by a computer, the program has to be translated into m
You can use the command
`g++ <source_code_file> -o <name_of_output_program> -std=c++11 -Wall -Werr`
`g++ <source_code_file> -o <name_of_output_program> -std=c++11 -Wall -Werror`
This tells the compiler (g++) where to find the source code and how to name the resulting program.
In case you omit the name of the output program the result will most likely be an executable file called "a.out".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment