View Single Post
Old Oct 12th, 2007, 8:05 AM   #8
deepak_pooleery
Newbie
 
Join Date: Oct 2007
Posts: 4
Rep Power: 0 deepak_pooleery is on a distinguished road
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?
deepak_pooleery is offline   Reply With Quote