will sumbody tell me how i can run a program on Visual C++ 2005 express edition, i have the code, i just wnt to run it.
thnz for all of ur help![]()
This is a discussion on Visual C++ 2005 express edition within the C++ Programming forums, part of the General Programming Boards category; will sumbody tell me how i can run a program on Visual C++ 2005 express edition, i have the code, ...
will sumbody tell me how i can run a program on Visual C++ 2005 express edition, i have the code, i just wnt to run it.
thnz for all of ur help![]()
Um, you want to compile and build a program using Visual C++ 2005 Express Edition?
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
There is no shortcut button provided by default. Look in the menu options.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
Create a new project. copy/paste or write the code by hand onto the source file that gets created, click the build button and run your new executable
Originally Posted by brewbuck:
Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.
so, i have to make a whole new project, just to run the exe?
I don't understand your question. You have built the source code into an executable already? What is it exactly you are asking?
Originally Posted by brewbuck:
Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.
I assumed that you wrote the code yourself. If not, then it depends. For example, the source code might come with a .sln file that you can use to setup a project. If not, create a new project, then import the files.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
You can make shortcuts for compiling, building and executing. Go up towards the menus, right click, click on customize, click on comands, and then find whatever you want to make a shortcut of. I don't know if that works on the express edition (I assume it does), but it works out ok on the .NET version that I have.