Search Results

3
votes

How do I get the assembler output from a C file in VS2005

Project->Properties->Configuration Properties->C/C++->Output Files There you should see an option for Assembler Output. John. …
9
votes

How to get intellisense to reliably work in Visual Studio 2008

Native C++ intellisense does not work reliably in any version of Visual Studio. I find there are two common problems: 1) Header file paths are not set-up correctly. When you find a type wh …