Last Modification: October 05, 1999
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?