Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
diff between borland c++/turbo c++?
Name: basicnerd Date: September 29, 2006 at 12:12:40 Pacific OS: dos/windows 3.1 CPU/Ram: 486dx2 Product: digital
Comment:
What are the differences between borland c++ 2.0 and turbo c++ 1.0? Which can make Windows applications?
Name: borelli35 Date: October 6, 2006 at 18:31:57 Pacific
Reply:
Basically the major differences between the 'Borland' versions and the 'Turbo' versions of their products is that the Turbo versions are meant for more small scale commercial use and the Borland versions are more along the lines of corporate/enterprise versions with more of the appropriate database/dataset and access objects as well as more system and networking objects added to it.
John W. Borelli IT Specialist Hawkeye Security borelli35
Summary: Hi, when I compiled the following code, #include "iostream.h" void main() { cout << "abcd"; } I get this output Borland c++ for win32 ......2000 borland 1.cpp: turbo incremental link 5.00 .....200...
Summary: I am attempting to run Borland's free C++ compiler V5.5, along with EditPlus as my Text Editor, under Windows XP. When I get to the Turbo Incremental Link stage, I receive the following error message...
Summary: As i wrote earlier, i'm trying to find a compiler that makes a decent sized executable. i pulled out a copy of borland's turbo c++ 2nd edition from my garage. it compiled nicely enough for what i was...