Ich arbeite mit eclips und dem Compiler MinGW. Nun möchte ich in die Grafikprogrammierung einsteigen, habe aber das Problem, das graphics.h nicht in meinem Compiler integriert ist. Wo kann ich die Datei graphics.h herunterladen und wie kann ich sie dem Compiler zufügen?
Programmieren - alles kontrollieren 4.934 Themen, 20.613 Beiträge
... Wo kann ich die Datei graphics.h herunterladen ...
Im Internet ... ;-)
- Download the WinBGIm 6.0 library
- Copy headers winbgim.h, and graphics.h To your MingW #include directory.
- Copy library libbgi.a to your MingW lib directory.
- etc.
Quelle: http://codecutter.org/tools/winbgim/
Im Zweifelsfall: http://www.google.de/search?q=MinGW+graphics.h&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:de:official&client=firefox-a
d-oli
Im Internet ... ;-)
- Download the WinBGIm 6.0 library
- Copy headers winbgim.h, and graphics.h To your MingW #include directory.
- Copy library libbgi.a to your MingW lib directory.
- etc.
Quelle: http://codecutter.org/tools/winbgim/
Im Zweifelsfall: http://www.google.de/search?q=MinGW+graphics.h&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:de:official&client=firefox-a
d-oli