From 702f5ac9c3952d681e3401c4fa406c09c587f517 Mon Sep 17 00:00:00 2001 From: Antti H S Laaksonen Date: Sat, 25 Feb 2017 12:55:13 +0200 Subject: [PATCH] Better name for binary file? [closes #3] --- chapter01.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter01.tex b/chapter01.tex index 03de3fa..42527b5 100644 --- a/chapter01.tex +++ b/chapter01.tex @@ -117,10 +117,10 @@ but now it suffices to write \texttt{cout}. The code can be compiled using the following command: \begin{lstlisting} -g++ -std=c++11 -O2 -Wall code.cpp -o code +g++ -std=c++11 -O2 -Wall code.cpp -o bin \end{lstlisting} -This command produces a binary file \texttt{code} +This command produces a binary file \texttt{bin} from the source code \texttt{code.cpp}. The compiler follows the C++11 standard (\texttt{-std=c++11}),