| | |
Microsoft visual studio.net 2003 edition
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Dec 2004
Posts: 489
Reputation:
Solved Threads: 5
Hello, in the past i've used MS VC++ v6, however since uni this year are going to teach us .NET i thought it would be a good idea to grab a copy of visual studio.net , however when opening my old *.cpp files they dont wanna run. the blue run icon is faded awsay hence i cant click it. what do i do?
Thanks
John
Thanks
John
•
•
Join Date: Aug 2005
Posts: 15
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by Acidburn
Hello, in the past i've used MS VC++ v6, however since uni this year are going to teach us .NET i thought it would be a good idea to grab a copy of visual studio.net , however when opening my old *.cpp files they dont wanna run. the blue run icon is faded awsay hence i cant click it. what do i do?
Thanks
John
With .NET you really don't open .cpp files, unless you only want to edit the file. What you need is a solution and project for the .cpp files. You can create a new project from the "Start Page", then select "Win32 project", (check the location shown to make sure it is where you want it to be), then click on OK. The next screen select "Application Settings" then click "Console application" and "Empty project" radio buttons and click finish. You will then have a "solution" and "Project". In the project will be folders which are where your .cpp files need to be. You will see these folders in the "Solution Explorer" window. In Windows explorer copy your .cpp files to the location of you project and then in the Solution explorer when you right click you can select "Add Existing Item" to add the files to the project.
Im sure this is all very cloudy but when you have done it several times it becomes quite simple. You will need to be careful of where you rename items such as the solution name, project name, and names of the .cpp files.
Randy
•
•
Join Date: Dec 2004
Posts: 489
Reputation:
Solved Threads: 5
•
•
•
•
Originally Posted by shortLived
With .NET you really don't open .cpp files, unless you only want to edit the file. What you need is a solution and project for the .cpp files. You can create a new project from the "Start Page", then select "Win32 project", (check the location shown to make sure it is where you want it to be), then click on OK. The next screen select "Application Settings" then click "Console application" and "Empty project" radio buttons and click finish. You will then have a "solution" and "Project". In the project will be folders which are where your .cpp files need to be. You will see these folders in the "Solution Explorer" window. In Windows explorer copy your .cpp files to the location of you project and then in the Solution explorer when you right click you can select "Add Existing Item" to add the files to the project.
Im sure this is all very cloudy but when you have done it several times it becomes quite simple. You will need to be careful of where you rename items such as the solution name, project name, and names of the .cpp files.
Randy
arr thankyou, now when I run it , it complies sucessfully. However when the console windows runs it imediately closes again, any ideas?
![]() |
Similar Threads
- Using Crystal Reports XI with Visual Studio .NET 2003 (VB.NET)
- HELP PLS! with visual studio.net 2003 installation (VB.NET)
- My Visual Studio.NET won't open ASP.NET projects (ASP.NET)
- cannot to create project in Windows Server 2003 with Visual Studio.NET 2003 (ASP.NET)
- template link errors in visual studio .net 2003 (C)
- Visual Studio 6.0 or Visual Studio .Net 2003 (C++)
- how to update visual studio .net 2003 (ASP.NET)
Other Threads in the C++ Forum
- Previous Thread: Checking for duplicates in a orderedered linked list
- Next Thread: Comparing two STL maps..
| Thread Tools | Search this Thread |
api array based beginner binary bitmap c++ c/c++ calculator char class classes code coding compile compiler console conversion count database delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream int integer java lib linkedlist linker linux list loop looping loops map math matrix memory multiple news node number output parameter pointer problem program programming project python read recursion recursive reference return rpg string strings struct temperature template templates test text text-file tree unix url variable vector visualstudio win32 windows winsock word wordfrequency wxwidgets





