Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 591 Bytes

File metadata and controls

36 lines (24 loc) · 591 Bytes

Simple Window with C++

Copyright (C) Tijn Rodrigo 2022

Simple Window in C++ without using Visual Studio.

Requirements:

  • Windows Machine
  • 64 bit CPU (Sorry I wasnt able to test 32 bit CPU)
  • G++ C++ Compiler

How to run:

Using Make:

make window

Using G++ :

g++ window.cpp -o Window.exe

Project only runs on Windows

Package Managers I use:

Cygwin WinBuilds

License:

(C) Copyright 2022 | Tijn Rodrigo MIT License

See license file for more information