Forum: C++ Dec 2nd, 2008 |
| Replies: 5 Views: 1,882 Thanks for the solution but after correcting there is problem again but this time not 1 but 5 linker errors are there :
Undefined symbol closegraph() in module.
Undefined symbol... |
Forum: C++ Dec 2nd, 2008 |
| Replies: 5 Views: 1,882 #include<conio.h>
#include<stdio.h>
#include<fstream.h>
#include<graphics.h>
#include<dos.h>
#include<time.h>
#include<STDLIB.H> // FOR EXIT
#define ESC 0x1b /* Define the escape key */ |