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

    Question handling c++ in .net


    I need to know how to figure out C++ code in Visual Studio 7(.NET), once , i goto new file menu, and select new file, then it opens it in the editor calling it source.cpp

    now once i enter my code, it somehow dosent gimme an option to compile and execute.

    I learned that such code need to be run from command line, cl.exe

    So, I need help regarding that,
    Also can someone tell me some ebooks regarding .NET, VC++ .NET, C#, VB.NET, ASP.NET etc.

  2. #2
    Join Date
    Jun 2002
    Location
    Florida
    Posts
    32
    You need to open a new project first, then add a source file to it.

  3. #3
    Join Date
    Jul 2002
    Posts
    69
    he's right. just create a project from the menus (file?), then (i'm sure there are other ways, but this is how i do it) goto solution explorer (if not visible, look in the view menu) and right-click on source files, and add an existing file (or new if not existing).

    --paul

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