21
edits
Changes
→Submission
===Grading===
===Submission===
Compile and test your upgrade with your test main a1test.cpp in the following three command-line environments:
Local PC: Borland 5.5 bcc32 console.cpp yourtestprogram.cpp
Local PC: Microsoft .net
matrix: GNU (use -lncurses to link ncurses library)
g++ console.cpp yourtestprogram.cpp -lncurses
For submission purposes, your solution must compile, link, and run without errors in each environment.