CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2012
    Posts
    3

    So I've been trying to learn C++.

    But, My IDE "Textpad" doesn't compile .cpp files. It has the option to save them, or do i need to change my path variable some how? I have been writing java for a few months, and wanted a change. So I decided C++, is there something I have forgotten.

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: So I've been trying to learn C++.

    Quote Originally Posted by Ampzor View Post
    But, My IDE "Textpad" doesn't compile .cpp files. It has the option to save them, or do i need to change my path variable some how? I have been writing java for a few months, and wanted a change. So I decided C++, is there something I have forgotten.
    The problem is that you forgot to get a C++ compiler. Visual Studio and gcc are examples.

    Regards,

    Paul McKenzie

  3. #3
    Join Date
    Jun 1999
    Posts
    153

    Re: So I've been trying to learn C++.

    You could try the free Visual C++ 2010 Express. Since you are a TextPad user you will find that the editor is fairly similar, so it will ease the familiarisation process. Though that will be the least of it if you're new to C++.
    Kevin

  4. #4
    Join Date
    Jan 2009
    Posts
    1,689

    Re: So I've been trying to learn C++.

    Code::Blocks is another popular IDE that comes with a compiler.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured