質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
C++に慣れるために、線形探索, 二部探索を自作して標準ライブラリのものと
|
1
|
+
C++に慣れるために、線形探索, 二部探索を自作して標準ライブラリのものと比べています。
|
2
2
|
|
3
3
|
`main.cpp`にまとめて書いていた関数を`search_algorithms.h / search_algorithms.cpp`に分けたのですが、`... is used but not defined in this translation unit, and cannot be defined in any other translation unit because its type does not have linkage`というエラーが出ます。
|
4
4
|
|