We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144145e commit 0e5ced8Copy full SHA for 0e5ced8
1 file changed
section2/string.cpp section2/auto.cppsection2/string.cpp renamed to section2/auto.cpp
@@ -1,8 +1,8 @@
1
// Copyright (c) 2020 by Chrono
2
//
3
-// g++ string.cpp -std=c++11 -o a.out;./a.out
4
-// g++ string.cpp -std=c++14 -o a.out;./a.out
5
-// g++ string.cpp -std=c++14 -I../common -o a.out;./a.out
+// g++ auto.cpp -std=c++11 -o a.out;./a.out
+// g++ auto.cpp -std=c++14 -o a.out;./a.out
+// g++ auto.cpp -std=c++14 -I../common -o a.out;./a.out
6
7
#include <iostream>
8
#include <string>
0 commit comments