I have seen a lot of talk about this but I can't get it to work. Maybe the information is outdated or I might have done something wrong. But, is it possible to write and compile Assembly and C code in Visual Studio?
Are there basic project templates available for these languages, I mean, in the same way that there are VB, C++ and C# project templates for creating new projects?
I am using Visual Studio 2012 Ultimate. I also have all of the Visual Studio Express Editions installed.
Is it possible to write assembly and/or C code from within a normal C++ project?
I'm sorry if this is a dumb question, but I want to learn more low level languages. I feel like I would be able to better understand a lot of things if I learn what is actually happening at a much lower level.