Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B
The program stop working when initializing Graphic Mode in graphics.h
(1/1)
namminhlp:
I do step by step on this link http://www.codeincodeblock.com/2011/09/how-to-setup-winbgim-library-in.html to add "gracphics.h", "winbgim.h" to CodeBlocks but when i run my program :
--- Code: (php) ---#include <iostream>
#include <graphics.h>
using namespace std;
int main()
{
initwindow(300,300);
return 0;
}
--- End code ---
a window appears saying that the program has stopped working.What should i do ? please !
oBFusCATed:
Add more code to make the program do more than init the window and then quit.
Navigation
[0] Message Index
Go to full version