In-class Exercises
Create a Github account
In order to use the in-class excercises, you must have an account on Github.com. If you have not created a Github account yet, follow the instructions in this section. If you already have a Github account and you wish to use it for this course, you can skip to the next section.
Github is a development ecosystem based around git. We will be using Github to authenticate your identity and you will also use it in CS 103 to store your code.
Start by visiting Github’s sign-up page. You are free to choose your username and does not necessarily need to match your USCNet account. Your email, however, should be your USC e-mail address.
https://github.com/signup/free
You will be sent an email to verify your email address. Verify your account before proceeding.
Setup your Github Account
Follow the instructions carefully on this page.
- Be sure to not miss the step labelled: VERY IMPORTANT AND EASY TO MISS STEP.
- Once you think you have followed all the steps to sign-up and setup your Github account, click this link to try signing-in.
Exercise Pages
- Unit 1 - Control Structures, Functions, Arrays
- Unit 2 - No exercises
- Unit 3 - Pointers, Dynamic allocation, Basic objects, C++ strings
- Unit 4 - Lists, Vectors, C++ References, Operator Overloading, Copy Semantics
- Unit 5 - Constructors, Parsing, Streams, Inheritance, Polymorphism, Exceptions
- Unit 6 - Recursion