[cs33211] Using Visual Studio Express 2012

Mikhail Nesterenko mikhail at cs.kent.edu
Tue Oct 2 11:04:42 EDT 2012


> I am in your OS class, and I have not used Microsoft Visual Studio at all.
> I am interested in learning how to use it, however, when I enter the
> example code, I can not get it to compile correctly.
> 
> So what I guess first thing fist would be: When I start up Visual Studio,
> and start a new project, what option should I choose for the C++ options:
> Win32 Console Application
> Win32 Project
> Empty Project
> Makefile Project

You'll need Win32 Console Application. When the project configuration
wizard comes up, make sure to select "console application" and "empty
project" (rather than "precompiled header")

Thanks,
--
Mikhail


More information about the cs33211 mailing list