=====
CS 111 - Week 9 Labs - 2024-10-25
=====
=====
TODAY WE WILL:
=====
*   announcements/prep for next class
*   review clicker questions
*   Week 9 Lab Exercise
=====
*   Should be finishing up Homework 7! (at-least-first attempts
    due by 11:59 pm TONIGHT)
*   Will send class e-mail when Homework 8 is available
*   SPRING 2025 schedule is now posted --
    Preregistration for Spring 2025 is Nov 11-22,
    (look for your Spring Registration Appointment on the far-RIGHT
    of your Student Center)
    *   GOOD idea to touch base with your Advisor and make sure your
        Spring schedule will keep you on track!
    *   PLEASE preregister during preregistration!
=====
*   NOTE/WARNING!!!!!
    be SURE that you NEVER put your .cpp file name AFTER the -o
    in a g++ compile command!!!!!!!!!
    NO NO NO NO: g++ lab9.cpp -o lab9.cpp // NO NO NO NO
    *   why? Because the -o will cause the file after it to
        be OVERWRITTEN with the executable result, and will
	***overwrite*** your C++ source code statements...!!!!!
	(***deleting*** your C++ source code statements!!!!!)