.c++ file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • idanwin@yahoo.co.uk

    .c++ file

    I'm totally new to c++ and I don't know how to open a .c++ file.

  • v0id

    #2
    Re: .c++ file

    On 28 Jun., 17:06, idan...@yahoo.c o.uk wrote:
    I'm totally new to c++ and I don't know how to open a .c++ file.
    Pick up your favorite editor, and see what's inside.
    Usually, C++ source files has an extension such as "cpp", "cxx", "cc",
    etc.

    Comment

    • Mike Wahler

      #3
      Re: .c++ file


      <idanwin@yahoo. co.ukwrote in message
      news:1183043217 .087462.64460@k 79g2000hse.goog legroups.com...
      I'm totally new to c++ and I don't know how to open a .c++ file.
      Use any text editor.

      -Mike


      Comment

      • idanwin@yahoo.co.uk

        #4
        Re: .c++ file

        On Jun 28, 5:06 pm, idan...@yahoo.c o.uk wrote:
        I'm totally new to c++ and I don't know how to open a .c++ file.
        I mean: how to run your c++ program?


        Comment

        Working...