Borland C++ 5.02 & Vista

saneth.mk

New Member
Hi... i`ve just got Borland C++ v5.02.. however it says the graphics header isnt supported by windows... im using wondows vista basic...
 
i've heard Visual C++ is compatible with vista... however i've written my programs on Turbo C++, so they aren't running on VC.... is there any other editor i can use other than Visual C++ thats compatible with vista??
 
You can go with GCC (or MinGW) for windows, and the RHIDE (for more borland 3.1 look) or CodeBlocks IDEs. You have to select the project type "Console Application".

Borland compilers are very old, about 15 years old, and do not correspond to the new ISO standard. You should upgrade to GCC (or MinGW) or Microsoft Visual Studio (Express 2005 is free).
 
Back
Top