Question:
How to compile a program in Microsoft Visual C++?
2009-06-06 18:42:58 UTC
I'm using Microsoft Visual C++ Express Edition 2008

I just wrote a small program, and am trying to figure out how to compile the program to run it basically. I've been looking for a button or something that would allow me to compile it but haven't been able to find one.

I was able to compile it through a separate command prompt window after following a complicated procedure, and I was wondering if it is possible to easily compile it directly from the Visual C++ interface

thanks for your help
Five answers:
2009-06-06 23:04:04 UTC
This video will show you how with the VC++ 2008 Express Edition. Very easy to follow.



http://xoax.net/comp/cpp/console/Lesson12008.php
schwalm
2016-10-05 03:04:39 UTC
Microsoft seen C++ contains a protracted out of date 1989 C compiler. Microsoft would not help universal C and has never (to the main suitable of my expertise) introduced plans for such help. in the adventure that your targets are to examine C for any style of useful use, evaluate getting an open source or advertisement C compiler (any business business enterprise different than Microsoft: Intel, sunlight, IBM all help C) for many tutorial targets, 1989 C could be adequate, wherein case seen Studio is superb, yet make confident to apply the .c extension or "carry collectively as C" placing, in any different case that is going to use the C++ compiler, which will produce unpredicted outcomes with C code.
Kolus
2009-06-06 19:11:07 UTC
the Borland compiler is free to download and use and is just as powerful as the Microsoft C / C++ compiler.



You may have to adjust a few of the heade files for more complicated programs, but for school lever work or playing around, its fine.
mdigitale
2009-06-06 18:47:03 UTC
Yes you can. Create a new project and compile :D
2009-06-06 18:52:03 UTC
Build --> Build Solution


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...