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.
int gDriver = DETECT, gMode; initgraph(&gDriver, &gMode, "c:\\turboc3\\BGI"); int errorcode = graphresult(); // It is returning 5
エラーコードの値は 5 で、「ドライバーをロードするのに十分なメモリがありません」という意味です。
このエラーを修正するにはどうすればよいですか?