質問編集履歴

1

誤字

2020/04/23 00:56

投稿

退会済みユーザー
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