Due Friday, January 10 at 1:00 PM Pacific
Welcome to CS103! Sean and the entire course staff are glad you're here!
This assignment is designed to help you get your development environment set up so that you can compile, run, and debug C++ programs. There isn't any actual programming or involved. Itās mostly a way for us to ensure everyone has a working development environment before the first major problem set goes out on Friday and that everyone knows how to submit on Gradescope.
This assignment must be completed individually. Working in pairs is not permitted.
Step 1: Sign Up for Gradescope and EdStem
All assignment submissions in this course will be done through Gradescope. Check out the syllabus for details about how to submit work online. When registering on Gradescope, please use your @stanford.edu e-mail address.
EdStem is our Q&A forum for the quarter. Visit our EdStem forum to ask questions.
Step 2: Read About the Honor Code
You are required to read our document on the Stanford Honor Code before submitting assignments in this class. Take a minute to read over it before proceeding to the next steps.
Step 3: Download and Install Qt Creator
Your first task is to download and install Qt Creator, the development environment that we'll be using in CS103 this quarter. To do so, visit Stanford's Qt Creator installation guide and follow the instructions there. If you run into trouble installing Qt Creator, don't panic! Thereās a large troubleshooting guide available through that link, and if that fails, feel free to ask for help on EdStem or in office hours.
ā ļø The instructions for installing Qt Creator are the same here as they are for CS106B in Fall 2024 and Winter 2025. We are using a more up-to-date version of Qt Creator than the version we used last academic year. As a result, if you took CS106B prior to Fall 2024, you will need to uninstall Qt Creator from your system and then use the instructions above to install the newest version.
Step 4: Download the Starter Files
Now that you've got Qt Creator set up and ready to go, you can start compiling and running C++ programs! To help you get some practice importing and building projects, download the starter files for this assignment using the link below:
Then, open them in Qt Creator.
Step 5: Answer Some Questions
The program that youāve just downloaded contains a quiz on the Stanford Honor Code as it applies in CS103, plus some other questions to help get set up logistically. Compile and run the program to launch the quiz. Answer all the quiz questions, enter your @stanford.edu
e-mail address, and the program will automatically generate a completion code in the file res/code.txt
.
Step 6: Submit Everything!
Once you've finished everything else, submit the file res/code.txt
on Gradescope for Problem Set 0. If youāve done everything correctly, you should earn a score of 5/5 and you should receive an e-mail from Gradescope with your score. If not, it means something didn't work correctly with the submission, and you should e-mail the course staff so we can help get things sorted out.
āļø Note: Problem Set 0 will unlock on Gradescope after our first lecture of the quarter.
And thatās it! Youāre done!