Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mingw でゲームを開発しています (学校の課題なので開発環境を変えることはできません)。keypress イベントを考慮する必要があるため、conio ヘッダーファイルに含まれている kbhit() を使用しました。ただし、Mingw64 の設定では正常に動作しません。(conio.h を含めることはできますが、まったく機能しません) 解決策を教えてください。(外部ソースまたはヘッダーファイルを使用できません)