Author Topic: The program stop working when initializing Graphic Mode in graphics.h  (Read 9267 times)

namminhlp

  • Guest
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;
}
a window appears saying that the program has stopped working.What should i do ? please !
« Last Edit: April 09, 2016, 05:31:49 am by namminhlp »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The program stop working when initializing Graphic Mode in graphics.h
« Reply #1 on: April 09, 2016, 08:55:24 am »
Add more code to make the program do more than init the window and then quit.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]