for standard C++ (ISO/IEC 1998,2003), the project type you would use is one of Win32 Console Application / Win32 library / General MakeFile Project. if you are new to Visual Studio 2005, start with a Win32 Console Application project. and in the project settings, disable microsoft language extensions. ( either /Za compiler switch or from the IDE, Menu -> Project -> Properties -> Configuration Properties -> C/C++ -> Language -> Disable Language Extentions = True )
vijayan121 1,152 Posting Virtuoso
WolfPack commented: Nice links +8
vijayan121 1,152 Posting Virtuoso