We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5f12d commit 3de8ce2Copy full SHA for 3de8ce2
section1/oop.cpp
@@ -1,7 +1,7 @@
1
// Copyright (c) 2050 by Chrono
2
//
3
-// g++ test05.cpp -std=c++11 -o a.out;./a.out
4
-// g++ test05.cpp -std=c++14 -o a.out;./a.out
+// g++ oop.cpp -std=c++11 -o a.out;./a.out
+// g++ oop.cpp -std=c++14 -o a.out;./a.out
5
6
7
#include <iostream>
0 commit comments