Hi everyone! Im new to C++ and im using Visual C++.
My Window.h header file is wrong, could anyone send me a Window.h file that works???
Printable View
Hi everyone! Im new to C++ and im using Visual C++.
My Window.h header file is wrong, could anyone send me a Window.h file that works???
How do you know your windows.h is wrong?
my guess, he is trying
#include <window.h>
instead of
#include <windows.h>