News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Arcs.exe stopped working

Started by xboyz, August 08, 2017, 06:37:59 PM

Previous topic - Next topic

xboyz

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?

Miguel Gimenez

This is unrelated to CB, and is off topic here.

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