import C++ source files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Carmen Sei

    import C++ source files

    I have example source files from "C++ How To Program"



    How can I import all source files small program into VC++ 2005?

    in Java Eclipse, I can just dump the folder in project foler.

    But in VC++ 2005, any easy way to import it and run each small program
    right away?

  • Ian Collins

    #2
    Re: import C++ source files

    Carmen Sei wrote:
    I have example source files from "C++ How To Program"
    >

    >
    How can I import all source files small program into VC++ 2005?
    >
    You'd better ask on a VC or windows programming group.

    --
    Ian Collins.

    Comment

    • =?UTF-8?B?RXJpayBXaWtzdHLDtm0=?=

      #3
      Re: import C++ source files

      On 2008-03-11 00:12, Carmen Sei wrote:
      I have example source files from "C++ How To Program"
      >

      >
      How can I import all source files small program into VC++ 2005?
      >
      in Java Eclipse, I can just dump the folder in project foler.
      >
      But in VC++ 2005, any easy way to import it and run each small program
      right away?
      Questions about how to use a specific tool or IDE are off topic here and
      are better asked in a group discussing discussing the tool or IDE, in
      your case it is probably one of the microsoft.publi c.vstudio.* groups.

      Anyway, you will probably have to create a new, empty, project and then
      add the files to the project (right-click the project name in the
      project explorer and select Add, Add Existing). Or you can create one
      project and add a file and then copy/paste the code from each file if
      they are just examples and you do not need to keep them afterwards.


      --
      Erik Wikström

      Comment

      Working...