How to run a C++ simple code in microsoft visual c++ express [closed]
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
开发者_开发知识库 Improve this questionI want to run a very simple c++ code in microsoft visual c++ but I can't.
In my c++ book , they told me that I can do it but it requares some steps and I don't know how to do.
So , please tell me how to do it.
Thanks
Check this out, basic C++ Win32 application build in Visual Studio
http://msdn.microsoft.com/en-us/library/bb384843.aspx
Get used to using MSDN, it's very helpful for answering questions on programming for Windows in Visual Studio. A lot of sample code, both for common tasks and API-specific.
精彩评论