Microsoft Visual Studio 2010 Express Unmanaged C++ - visual-studio-2010

Is there a way to create an unmanaged C++ Windows Application project in Visual Studio 2010 Express? Every time I create a new C++ project and begin designing the user interface, I have noticed it is managed C++.
I am very new to Visual Studio.

Related

C++ Win32 Project in Visual Studio 2008

I want to create a C++ Win32 Application project in Visual Studio 2008, but I don't have that option (as in comparison to Visual Studio 6.0). How can I get that option back or create an equivalent project?
The Option in VS 6.0 looks like this:
Whereas it's missing in VS 2008:
In VS 2008, choose the "Win32 Project" wizard to generate the equivalent of a VS 6 "Win32 Application".

Is Visual Studio made using Visual Studio?

Just wondering if Visual Studio is developed in the IDE that is Visual Studio? Maybe VS2010 was made using VS2008?

changing settings to c# in visual studio 2010 express edition

How do I change from the default settings (which I suppose supports VB) in visual studio 2010 express to support C# code
?
Microsoft Visual Studio Express 2010 edition comes in several versions.
C#
C++
Basic
Web Developer
Download the C# version
http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-csharp-express

visual studio premium programs open in visual studio express?

Will Programs in Visual Studio Premium Open in Visual Studio Express?
There are some project types that are not supported by Visual Studio Express. For example if you created a solution containing a unit test project in Visual Studio Ultimate you will not be able to open it in Visual Studio Express. Also make sure you check the Visual Studio Editions features comparison matrix.

Where are reference to DirectX assemblies in Visual Studio 2010

I installed the new Visual Studio 2010. I want to create a C# Winform DirectX application, but I can't find the following assembly when adding the .Net reference list:
Microsoft.DirectX
Microsoft.DirectX.Direct3D
Microsoft.DirectX.Direct3DX
How can I use DirectX with Visual Studio 2010?
DirectX is obsolete now, there are no DirectX assemblies. Use XNA instead.

Resources