Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

オセロゲーム

最初の全部入りmain.cは動いたが,これを分割したmain.c,othelo.h, othelo.cは動かなかった

Author

anonymous

about 3 years ago

Language

C

Compiler

gcc 12.1.0

Options
Warnings
C11(GNU)
no pedantic

オセロゲーム

最初の全部入りmain.cは動いたが,これを分割したmain.c,othelo.h, othelo.cは動かなかった

Author

anonymous

about 3 years ago

main.c
othelo.h
othelo.c

$ gcc prog.c -Wall -Wextra -std=gnu11
prog.c:5:10: fatal error: Windows.h: No such file or directory
    5 | #include <Windows.h> // sleep関数が入っているので利用.なぜか<unistd.h>では参照エラーが発生するためこちらを用いる.
      |          ^~~~~~~~~~~
compilation terminated.
Exit Code:
1