Better name for binary file? [closes #3]
This commit is contained in:
parent
1c63dec8d0
commit
702f5ac9c3
|
@ -117,10 +117,10 @@ but now it suffices to write \texttt{cout}.
|
||||||
The code can be compiled using the following command:
|
The code can be compiled using the following command:
|
||||||
|
|
||||||
\begin{lstlisting}
|
\begin{lstlisting}
|
||||||
g++ -std=c++11 -O2 -Wall code.cpp -o code
|
g++ -std=c++11 -O2 -Wall code.cpp -o bin
|
||||||
\end{lstlisting}
|
\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}.
|
from the source code \texttt{code.cpp}.
|
||||||
The compiler follows the C++11 standard
|
The compiler follows the C++11 standard
|
||||||
(\texttt{-std=c++11}),
|
(\texttt{-std=c++11}),
|
||||||
|
|
Loading…
Reference in New Issue