CS211 Lab 1
For this lab, you'll compile a simple C++ program, and observe the effects of different data types.
First, compile and run the program called "lab1.cpp" in the class examples directory. You can build it on online GDB, Visual Studio code, or any other system that builds C++. If you're building it on isoptera or another Linux system, g++ or clang++ should work.
On Linux (including isoptera), you can download it using this command instead of using your web browser:
wget isoptera.lcsc.edu/seth/cs211/examples/lab1.cpp
Observe the results from compiling and running the program. Next, make a lab report that contains the answers to the three questions in the comments in lab1.cpp. Turn in your completed report on Canvas.