Simple C++ screenshot program
This program should allow for people to record their screen for long durations. Currently only works on MacOS
Installation instructions
1.Download the directory link
2. make sure the G++ complier is installed
3. Open terminal and locate the cpp file in terminal
4. Run g++ main.cpp this then should create a file called ‘A.out’
5. Then type ./A.out and it should run the program
Or You can remove the .out from the a.out and double click the file.
Please note to exit the program, you need to Terminate the process you can do this by closing the terminal window.