Thread: how to edit *.cpp file in VC++.net?

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    117

    how to edit *.cpp file in VC++.net?

    i used c++ 6.0 before and it is easy for me to add a new source file adn write my program to it

    but in Vc++.net, a source file is already added once the project is created.

    what should i put my program in? a new source file with title different from my project title?

    please help
    thank you

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Just select "Empty project" if you don't want any sourcefiles being created. As in VC6 you can create an application from the wizards created files, or from an empty project.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie homework help
    By fossage in forum C Programming
    Replies: 3
    Last Post: 04-30-2009, 04:27 PM
  2. Formatting a text file...
    By dagorsul in forum C Programming
    Replies: 12
    Last Post: 05-02-2008, 03:53 AM
  3. gcc link external library
    By spank in forum C Programming
    Replies: 6
    Last Post: 08-08-2007, 03:44 PM
  4. Simple File encryption
    By caroundw5h in forum C Programming
    Replies: 2
    Last Post: 10-13-2004, 10:51 PM
  5. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM