Author Topic: Arcs.exe stopped working  (Read 2490 times)

Offline xboyz

  • Single posting newcomer
  • *
  • Posts: 5
Arcs.exe stopped working
« on: August 08, 2017, 06:37:59 pm »
Im using CB 16.01 and win 7 OS. I type the following program on CB and build  successfully. But when run the output window come and stops working.
#include<iostream>
#include<conio.h>
#include<graphics.h>
using namespace std;
int main()
{
    int gd=DETECT,gm;
    initgraph(&gd,&gm,"C:\\TC\\BGI");
    arc(200,200,0,130,50);
    getch();
    closegraph();
    return 0;
}

What should I do?

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1564
Re: Arcs.exe stopped working
« Reply #1 on: August 08, 2017, 07:11:34 pm »
This is unrelated to CB, and is off topic here.

Don't waste your time, TurboC BGIs will never run on Windows 7.