I want to do win32 apps with no .net. I have MVC++ express and I forget what
is managed code and what isn't.
Isn't stdafx.h part of the managed code? and what do i do to make sure its
just pure win32 app (no .net)?
I want to do win32 apps with no .net. I have MVC++ express and I forget what is managed code and what isn't. Isn't stdafx.h part of the managed code? and what do i do to make sure its just pure win32 app (no .net)?
win32 and .Net are off topic here. The c++ standard doesn't contain a
stdafx.h, nor know anything about managed code.