Project: I.L.G.Y.L.(If Life Gives You Lemons)
Project Code: 00012
Author:
Language: C++
Date Started: 04/07/2025
Date Finished:
- Set launch size (command prompt) to 72 x 30.
// 1. Compilation // g++ -o test main.cpp Utility.cpp GUI.cpp prep.cpp Scenes.cpp Station.cpp
// 2. Run executable(.exe) in external console // Note: Edit path to your project // CMD: // Start-Process "cmd.exe" -ArgumentList "/k", "C:\Code.projects\Project.12.I.L.G.Y.L\test.exe" // PowerShell: // Start-Process "powershell.exe" -ArgumentList "-NoExit", "-Command", "C:\Code.projects\Project.12.I.L.G.Y.L\test.exe