开发者

How to run a C++ simple code in microsoft visual c++ express [closed]

开发者 https://www.devze.com 2023-01-26 03:19 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

I 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消