Last Modification: June 30, 2006
Contents of this FAQ
Why doesn't Visual C++ correctly implement for() loop scooping?
Why is VC not seeing my friend declaration?
How can I control the size (storage requirement) on an enum?
Why is Visual C++ ignoring my header file?
I'm getting a "Fatal error C1020: unexpected #endif" but I don't understand why. My #ifdef and and #endif statements match just fine.
Why do I get a "LNK2001: unresolved external symbol _main" error or "LNK2001: unresolved external symbol _WinMain" when I try to build my application?
How can I adjust the Cursor position in a Console App? I can't find gotoxy()!
How can I clear the screen in a Console App? I can't find clrscr()!
Is the STL included with VC++ thread-safe?
I upgraded my project to a newer version of VC++, and now I get segmentation faults in a dll that was created with another C++ compiler or VC++ version.
When building my application or dll, I get error LNK1104: cannot open file 'xxx.lib' or error C1083: ‘cannot open include file xxx.h’
The size of my structure is not what I expect it to be