Results 1 to 3 of 3

Thread: C++Builder 2009 and Turbo C++ 2006

  1. #1
    Join Date
    Feb 2009
    Posts
    1

    question C++Builder 2009 and Turbo C++ 2006

    Why does Turbo C++ compiler consume 360 MB of space, while Borland C++ compiler file size is just 15MB.

  2. #2
    Join Date
    Oct 2005
    Posts
    2,393

    Re: C++Builder 2009 and Turbo C++ 2006

    About turbo c++:Turbo C++ is a C++ compiler and integrated development environment (IDE) from Borland.

    Turbo C++ offers you the full power of C++ programming, implementing the entire C++ 2.0 language as defined by the AT&T
    specification.

    ANSI C! A 100% implementation of the ANSI C standard.
    Borland's Programmer's Platform. The Programmer's Platform belongs to the next generation of user interfaces; it goes beyond the old
    integrated environment (IDE) to provide access to the full range of programs and tools on your computer. It includes:

    • mouse support
    • multiple overlapping windows
    • a multi-file editor
    • user-configurable menu entries to run other programs
    • without leaving Turbo C++

    VROOMM (overlay manager): VROOMM lets you overlay your code without complexity. You select the code segments for
    overlaying; VROOMM takes care of the rest, doing the work needed to fit your code into 640K.

    An online tour of the Programmer's Platform.

    Online hypertext help, with copy-and-paste program examples for practically every function.

    Many indispensable library functions, including heap checking functions and a complete set of complex and BCD math functions.

    It also provide compiler available memory.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Re: C++Builder 2009 and Turbo C++ 2006

    Borland C++ is a C and C++ programming environment (used to be called an Integrated Development Environment) for DOS, Windows, and Windows NT. As a successor of Turbo C++. Its better debugger, the Turbo Debugger, was written in protected mode DOS.

    Borland Power Pack for DOS : It allows you to create 16- and 32-bit DOS applications using protected mode. Those applications can access a limited scope of the Windows API and call functions in any Windows DLL.

    Borland CodeGuard : Once installed and integrated within the IDE, CodeGuard can insert instrumentalization code in the final executables that can be used to monitor: pointer usage, API calls, how many times some function is called, among other features. If some error is found, a pop-up window appears, the debugger can stop or a log is written to disk. Delivered for 16- and 32-bit applications.

Similar Threads

  1. isa server 2006 problem
    By Lalsha in forum Networking & Security
    Replies: 1
    Last Post: 24-11-2011, 12:54 AM
  2. Ping ISA Server 2006
    By alsolaih in forum Networking & Security
    Replies: 1
    Last Post: 28-03-2011, 01:50 AM
  3. ISA 2006 vs Exchange 2007 RPC
    By Sergio 1 in forum Windows Software
    Replies: 5
    Last Post: 16-11-2010, 05:36 AM
  4. Safety Alerter 2006
    By Ximen in forum Networking & Security
    Replies: 6
    Last Post: 09-06-2009, 02:48 PM
  5. Replies: 1
    Last Post: 02-12-2008, 12:53 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,195,434.04866 seconds with 17 queries