Ditch Turbo C++ use Relo !

Status
Not open for further replies.

speedyguy

Cyborg Agent
i did all stuff but ts not able 2 open include fiiles while compiling.....possible reasons???

Enjoy~!
 
OP
Zeeshan Quireshi

Zeeshan Quireshi

C# Be Sharp !
Where hv you installed the compiler and did you set-up the compiler properties correctly ?

it'd be much easier if you provided a screenshot .
 

speedyguy

Cyborg Agent
ya sure....i installed compiler n relo in same location....borland's brcc32 compiler to relo in setup....

screenshot of error.....wil send others as required
*img299.imageshack.us/img299/996/73508325nw5.th.jpg

Enjoy~!
 

speedyguy

Cyborg Agent
sir one mr querry...act i didnt know abt this but m lukin for windows based compiler for c/c++...i had it but lost ts setup....i m using graphics.h commands which cant execute in vista as it does not support full screen dos mode.....any idea or link???

ps: i tried visual c++ bt it has diff type of coding i guess
Enjoy~!
 

karmanya

Journeyman
i typed this in to try
#include <iostream.h>
int main ()
{
cout << "Hello World" << "\n" << "Go to Hell";
return 0 ;
}

and got
[CMD] "D:\borland\bcc32" -I"D:\include" -c -o"D:\borland\Relo2\temp\untitled1.obj" "D:\borland\Relo2\temp\untitled1.cpp"
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
D:\borland\Relo2\temp\untitled1.cpp:
Error E2209 D:\borland\Relo2\temp\untitled1.cpp 1: Unable to open include file 'iostream.h'
Error E2451 D:\borland\Relo2\temp\untitled1.cpp 4: Undefined symbol 'cout' in function main()
*** 2 errors in Compile ***

what am i doing wrong?
 

speedyguy

Cyborg Agent
which is best suited for graphics in c/cpp....if not turbo, any alternative? either for dos or win32....coz my turbo is not working....gives back a choppy screen on o/p

Enjoy~!
 
hi guys ... i have a prob ..my friend has TurboC++ 3.0 installed on his system (OS XP). But we cnt run Tc.exe, after double clicking, A black screen comes for 1 sec and after that "windows Error" with "dont send" type msg. wat cld be the prob? The Same TC++ is running fine on my system but nt on that system.
 
Status
Not open for further replies.
Top Bottom