A text editor built with C++ and Win32 API.
This project is compiled using the MSVC compiler via the command line (information about the command line compiler can be found here):
- Open up a terminal and run
vcvarsall.bat
(this will be located within a visual studio path). - Run the
build.bat
script.