Simple Window in C++ without using Visual Studio.
- Windows Machine
- 64 bit CPU (Sorry I wasnt able to test 32 bit CPU)
- G++ C++ Compiler
Using Make:
make window
Using G++ :
g++ window.cpp -o Window.exe
Project only runs on Windows
(C) Copyright 2022 | Tijn Rodrigo MIT License
See license file for more information