|
i'm back
well lucifer,
i had set the compiler as bcc32 from the \bin folder and the path as D:\Borland\Bin\. the sample program i tried to run is as follows:
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
cout<<"Test successfull!!";
getch();
}
well, can someone using relo rectify the problem 4 me?
|