All in one forum  - Applications | Games | E-Books | Music, Movies & Videos | Mobile Stuff | Live Discussions | Webmaster Stuff | Many More | Community to Hang Out and Stick to
Search Today's Posts Mark Forums Read

Go Back   Home > Tutorial Section > Programming > C and C++
Reload this Page [Help] Turbo C++ Compiler
Forgot Password? Join Us!
C and C++ Post your C and C++ Related Tutorial Here

Notices
Your link here Your link here Your link here Your link here Your link here

Your Ad Here


Tags
compiler, turbo

Rate This Thread - Turbo C++ Compiler.

Post New Thread Reply
Bookmarks
 
LinkBack Thread Tools Display Modes
Old 07-02-2008, 03:38 PM   #1 (permalink)
 
ijhtio's Avatar
 
User Info
Join Date: May 2007
Location: Bang Bang Bang!
Achievements Posts: 2,806
Casino Cash: $2138621

Total Points: 1,210,276.07
Donate

Reputation: 39303
ijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond repute


Awards Showcase
Best Moderator Of the Month - Jan 
Total Awards: 1
Cool Turbo C++ Compiler

Turbo C++ Compiler

Turbo C++ is a Borland C++ compiler and Integrated Development Environment (IDE). The original Turbo C++ product line was put on hiatus after 1994, and was revived in 2006 as an introductory-level IDE, essentially a stripped-down version of their flagship C++ Builder. Turbo C++ 2006 was released on September 5, 2006 and is available in 'Explorer' and 'Professional' editions. The Explorer edition is free to download and distribute while the Professional edition is a commercial product. The professional edition is no longer available for purchase from Borland.


Note:

After downloading below files, unzip them to say C:\turboC
Open "turboC" folder and you will find a "Bin" folder. Execute "TC.EXE" file there. An error will pop-up, click "Ok". Go to "Options" and then "Directories". Set the path of the respective files there.
For more help feel free to ask here.

Historical versions

The first release of Turbo C++ was made available during the MS-DOS reign on personal computers. It came up in versions 1.0, running on OS/2 and version 1.01, released on February 28, 1991 [1], running on MS-DOS. The latter was able to generate both COM and EXE programs, and was shipped with Borland's Turbo Assembler compiler for Intel x86 processors. The initial version of the Turbo C++ compiler was based on a front end developed by TauMetric (TauMetric was later acquired by Sun Microsystems and their front end was incorporated in Sun C++ 4.0, which shipped in 1994). This compiler supported the AT&T 2.0 release of C++.

Turbo C++ 3.0 was released in 1991 (shipping on November 20), and came in amidst expectations of the coming release of Turbo C++ for Microsoft Windows. Initially released as an MS-DOS compiler, 3.0 supported C++ templates, Borland's inline assembler, and generation of MS-DOS mode executables for both 8086 real-mode & 286-protected (as well as the Intel 80186.) 3.0's implemented AT&T C++ 2.1, the most recent at the time. The separate Turbo Assembler product was no longer included, but the inline-assembler could stand in as a reduced functionality version.

Soon after the release of Windows 3.0, Borland updated Turbo C++ to support Windows application development. The Turbo C++ 3.0 for Windows product was quickly followed by Turbo C++ 3.1 (and then Turbo C++ 4.5.) It's possible that the jump from version 1.x to version 3.x was in part an attempt to link Turbo C++ release numbers with Microsoft Windows versions; however, it seems more likely that this jump was simply to synchronize Turbo C and Turbo C++, since Turbo C 2.0 (1989) and Turbo C++ 1.0 (1990) had come out roughly at the same time, and the next generation 3.0 was a merger of both the C and C++ compiler.

Starting with version 3.0, Borland segmented their C++ compiler into two distinct product-lines: "Turbo C++" and "Borland C++". Turbo C++ was marketed toward the hobbyist and entry-level compiler market, while Borland C++ targeted the professional application development market. Borland C++ included additional tools, compiler code-optimization, and documentation to address the needs of commercial developers. Turbo C++ 3.0 could be upgraded with separate add-ons, such as Turbo Assembler and Turbovision 1.0.

Version 4.0 was released in November 1993 and was notable (among other things) for its robust support of templates. In particular, Borland C++ 4 was instrumental in the development of the Standard Template Library, expression templates, and the first advanced applications of template metaprogramming. With the success of the Pascal-evolved product "Delphi", Borland ceased work on their Borland C++ suite and concentrated on C++ Builder for Windows. C++ Builder shared Delphi's front-end application framework, but retained the Borland C++ back-end compiler. Active development on Borland C++/Turbo C++ was suspended until 2006



Code:
Official Link:
http://dn.codegear.com/article/21751

Download:
http://rapidshare.com/files/126577753/turboc.zip.html
or
http://rapidshare.com/files/126581085/tcpp101.zip.html

Are you posting just "Thanks". Read This!
Why Not Just Press THANKS Button to View Hidden Links!
ijhtio is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 3 Users Say Thank You to ijhtio For This Useful Post:
barnick (07-06-2008), SaleZ (08-15-2008), Zoe (07-02-2008)
Click here to Donate to remove the Adverts.
Your Ad Here
Old 07-02-2008, 05:59 PM   #2 (permalink)
 
ijhtio's Avatar
 
User Info
Join Date: May 2007
Location: Bang Bang Bang!
Achievements Posts: 2,806
Casino Cash: $2138621

Total Points: 1,210,276.07
Donate

Reputation: 39303
ijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond reputeijhtio has a reputation beyond repute


Awards Showcase
Best Moderator Of the Month - Jan 
Total Awards: 1
Cool

A simple Hello World program which will not give error to you when you will run it in the above compiler
Copy the New.CPP file into Examples folder and open in the IDE (Integrated Development Environment).
Press Ctrl+F9
it will print "Hello World" in the next screen.
Attached Files
File Type: rar NEW.rar (147 Bytes, 5 views)

Are you posting just "Thanks". Read This!
Why Not Just Press THANKS Button to View Hidden Links!
ijhtio is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply
The Following User Says Thank You to ijhtio For This Useful Post:
Zoe (07-02-2008)
Click here to Donate to remove the Adverts.
Your Ad Here
Post New Thread Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Abyssmedia SiteInFile Compiler 3.0 KoOL Appz Zone 0 05-18-2008 12:18 PM
AbyssMedia ScriptCryptor Compiler v2.8.2.0 PaNkAJ Other.. 0 05-08-2008 01:29 AM
SiteInFile Compiler 2.0.4.0 KoOL Appz Zone 0 11-14-2007 09:18 AM
Abyssmedia SiteInFile Compiler 2.0.4.0 ijhtio Appz Zone 0 11-13-2007 12:52 PM
Engineering a Compiler sharad_mlk Ebooks,tutorials & Other Stuff 0 05-15-2007 12:50 AM



Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles

RapidShare Links PhazeDDL Warez
PhazeDDL Warez