Thread: C++ programming application

  1. #1
    Unregistered
    Guest

    Question C++ programming application

    I've been looking all over for an application to write C++ in but had no such luck... Any idea where I could get one???

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    19
    Well, there's Visual C++ (microsoft.com), Borlad C (borland.com), and plenty of others...have a look at the home page of this site (cprogramming.com), and click on Compilers...good luck
    Jacob Sheehy

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    theres also notepad, dos edit, etc .

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    421
    you can write C++ in notepad.
    Quidquid latine dictum sit, altum sonatur.
    Whatever is said in Latin sounds profound.

  5. #5
    Registered User
    Join Date
    May 2002
    Posts
    208

    Yea

    but you'll need a compiler dont forget.
    I used Dev C++ because everyone suggested it was the easiest to learn on. It is fairly easy to use. Way easier then a command line comiler like borland
    Jeff Paddon
    Undergraduate Research Assistant
    Physics Department
    St. Francis Xavier University

  6. #6
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Borland doesn't make JUST command line compilers. They're actually famous for their IDEs.

  7. #7
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    but Borland's IDEs are rather expensive.

  8. #8
    Registered User
    Join Date
    Jun 2002
    Posts
    13
    I use DJGPP it works fine. I use the command line, but it comes with RHIDE (a borland-style IDE).

    Also its completely free and all of your code is portable to linux

  9. #9
    Registered User
    Join Date
    Jun 2002
    Posts
    267
    I suggest using Dev-C++, it's easy, free, and has an IDE which attempts to mimic VC++ I used it for a long time while I was first getting started with C++

    Dev-C++
    Don't let the name fool you, it's good stuff!

  10. #10
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    Originally posted by MattK
    I use DJGPP it works fine. I use the command line, but it comes with RHIDE (a borland-style IDE).

    Also its completely free and all of your code is portable to linux
    dont be so sure. not everything is.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Cleanup of the application...
    By Petike in forum Windows Programming
    Replies: 1
    Last Post: 08-16-2008, 05:23 PM
  2. Problem with com application
    By amardon in forum C++ Programming
    Replies: 3
    Last Post: 10-06-2005, 05:50 AM
  3. MFC run application by clicking on file...
    By dug in forum Windows Programming
    Replies: 4
    Last Post: 12-02-2004, 04:33 AM
  4. Win application not very portable
    By swed in forum Windows Programming
    Replies: 5
    Last Post: 10-01-2001, 11:17 AM