C++
1#include "random.h" 2 3int main() { 4 return 0; 5}
というファイル(test.cpp)を
g++ -std=c++11 test.cpp
というコマンドで実行しようとすると
test.cpp:1:10: fatal error: random.h: No such file or directory #include "random.h" ^~~~~~~~~~ compilation terminated.
というエラーが出ます。
WSLのubuntuを使用しています。解決方法をご教授ください。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。