Beginner Needs Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • andyA
    New Member
    • Mar 2007
    • 1

    Beginner Needs Help

    Hello everyone,

    I recently took my interest of programming to a new level and actually started to look around at different things. This is really embarassing but I have a stupid question...when I started playing with Python I had to download a version of Python to type the code...what program do I use to type C++ code? I've searched for a C++ program but nothing comes up so I'm a bit lost. Oh, and I just checked out the classes by Ganon11...I recommend them to anyone. They are more on my level so I recommend them to anyone.

    Thanks for any help that you guys can give,
    Andy
  • sanctus
    New Member
    • Mar 2007
    • 84

    #2
    If you are on linux use emacs. type ALT+x and then c++-mode to get emacs show you the right colors.

    On windows I don't know too much, but I remeber that Borland would do it, but I can't say if it is a good or bad program.

    Comment

    • stroken
      New Member
      • Mar 2007
      • 24

      #3
      Originally posted by andyA
      Hello everyone,

      I recently took my interest of programming to a new level and actually started to look around at different things. This is really embarassing but I have a stupid question...when I started playing with Python I had to download a version of Python to type the code...what program do I use to type C++ code? I've searched for a C++ program but nothing comes up so I'm a bit lost. Oh, and I just checked out the classes by Ganon11...I recommend them to anyone. They are more on my level so I recommend them to anyone.

      Thanks for any help that you guys can give,
      Andy
      I use eclipse with CDT - its free.

      Comment

      • stroken
        New Member
        • Mar 2007
        • 24

        #4
        Originally posted by stroken
        I use eclipse with CDT - its free.
        If you need help,... try this link:

        Comment

        • Banfa
          Recognized Expert Expert
          • Feb 2006
          • 9067

          #5
          You can type C (and for that matter any other language) in any old code editor.

          I use JEdit at home (MSVC++ at work).

          If you are already familiar with Python editor there may be no reason why you can't use that to create a C++ file.

          Comment

          Working...