BleepingComputer.com: Turbo C++

Jump to content


Register a free account to unlock additional features at BleepingComputer.com
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.

Click here to Register a free account now! or read our Welcome Guide to learn how to use this site.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Turbo C++

#1 User is offline   8Bits 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 58
  • Joined: 11-July 09

Posted 13 July 2009 - 12:28 PM

Is Turbo C++ good for learning ? I heard from many.
Also I heard about bloodshed's Dev C++ the same thing.
Why are the C++ softwares different?

#2 User is offline   Billy O'Neal 

  • Bleepin Engineer
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Malware Response Instructor
  • Posts: 10,086
  • Joined: 17-January 08
  • Gender:Male
  • Location:Cleveland, Ohio

Posted 13 July 2009 - 01:00 PM

So long as you stick with ANSI C++ ... and don't use the extensions provided by compiler developers, than your code should work no matter what compiler you use.

There are multiple compilers because different companies developed different compilers to make money ;) There are also different compilers, because you can compile ANSI C++ on Linux, Windows, Solaris, whatever. Different compilers work on different platforms.

Billy3

#3 User is offline   Romeo29 

  • Learning To Bleep
  • PipPipPipPipPipPip
  • Find Topics
  • Group: BC Advisor
  • Posts: 2,814
  • Joined: 06-July 08
  • Gender:Not Telling
  • Location:127.0.0.1

Posted 13 July 2009 - 04:03 PM

If you are talking about Turbo C++ version 3.0 (or lower versions), then its outdated and should be avoided. It was released in 1991 by Borland and C++ has undergone many standard changes since then. Turbo C++ runs in DOS mode and opens up in blue screen.

If you are talking about Turbo C++ Explorer, then it appears to follow current C++ standards and can be used. They are free to use. Although I never tried them.
http://www.turboexplorer.com/

As far as Bloodshed DevC++ is concerned, it has not been updated for few years. So the GCC pack it contains is outdated.

I personally use CodeBlocks IDE which comes packed with GCC. Its free to use and follows latest standards.
http://www.codeblocks.org/
[url="http://www.avast.com/"]avast! free antivirus[/url]

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users