开发者

How do I create a native application using Visual C++ 2008?

开发者 https://www.devze.com 2022-12-10 10:00 出处:网络
I am getting started in C++. How can I setup Visual Studio 2开发者_如何学运维008 to create native (not managed) code?Choose a Win32 Project.If you\'re just getting started you probably want a Win32 Co

I am getting started in C++. How can I setup Visual Studio 2开发者_如何学运维008 to create native (not managed) code?


Choose a Win32 Project.


If you're just getting started you probably want a Win32 Console Application, and not a Win32 App. File -> New -> Project -> Visual C++ -> Win32 -> Win32 Console Application

When you create the project itself you'll probably want to click Next before you click Finish, and select Empty Project so that VS won't add a bunch of junk to your project for you.


File -> New -> project (maybe go to other lang if you see c#) -> visuall c++ -> win32

You can choose other types there it still be native.

(like mfc, but I doubt if you really need something other then the basic win32)


In the new projects dialog, choose any project type under the Visual C++ group. You'll need Visual Studio Pro, or Visual Studio Express for C++.

0

精彩评论

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

关注公众号