Note that as tech changes, some of these may be out of date. Please let me know via prof.friedman@gmail.com
Update the software - there may be a service pack update to install. [This may be outdated]
At the end of your program add the following code to manually keep the window open until the user decides to close it.
char c;
cout<<"Press any key to close console window.";
cin>>c;
Try this:
/Users/<yourusername>/Desktop/<filename>
Don't like the colors in the console window (cout)? Here's how to change them:
Right-click at the top of the console window and select "properties."
Then select the "colors" tab.
Set the colors the way you like them.
You will find that information on the pinned announcement on the Learning Management System, Brightspace.
Very likely.