Better name for binary file? [closes #3]

This commit is contained in:
Antti H S Laaksonen 2017-02-25 12:55:13 +02:00
parent 1c63dec8d0
commit 702f5ac9c3
1 changed files with 2 additions and 2 deletions

View File

@ -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}),