what application is used to type in code and create program?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nelnac
    New Member
    • Dec 2007
    • 2

    what application is used to type in code and create program?

    i'm trying to teach myself c++ through verious online places, however i haven't been able to find one thing.. a program where i can type Code into and have it compile the code for me anyone have any suggestions (freeware preff) thanks

    I'm using Win Vista
  • oler1s
    Recognized Expert Contributor
    • Aug 2007
    • 671

    #2
    There's a name for that program: compiler. Google for Visual C++ Express and MingW. Both are compilers available for free.

    Comment

    • nelnac
      New Member
      • Dec 2007
      • 2

      #3
      compiler cool got it thank you very much

      Comment

      • zlash
        New Member
        • Dec 2007
        • 9

        #4
        Just a preference, but I use the Dev-CPP IDE with MINGW under windows. Its a bit old, but it works perfect for me (Just remember to update MINGW if you install it, because the mingw package that comes with Dev-CPP is a couple of years outdated)

        Comment

        • CodeTilYaDrop
          New Member
          • Aug 2007
          • 66

          #5
          DEV from Bloodshed is great for C++ programming. Also, Eclipse with the plug-in for C++ is catching on! It is pretty nice, too. Both are free!

          Comment

          Working...