We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b24ea7b + fdf1140 commit 9aaadffCopy full SHA for 9aaadff
1 file changed
ch18/ex18.1.2.3/main.cpp
@@ -38,7 +38,7 @@ void exercise(int *b, int *e)
38
#include <stdexcept>
39
#include <memory>
40
#include <vector>
41
-#include<fstream>
+#include <fstream>
42
/**
43
* @brief The intArray class manage a dynamicly allocated int array.
44
* @note for ex18.3 approach 1.
0 commit comments