CMP-2103-Classpage

Lesson 1 Assignments

  1. Sample assignment : [Link].
  2. Finding current in a circuit : Link.
  3. RC circuit (Graded) : Link.

Deadline

2nd November 2022, 11:59 PM.

Sample assignment

Objectives

Assignment Registration Tutorial

Click on Accept this assignment
Wait a brief moment for the assignment repo link to be generated
Click on the generated link
Add and clone your remote repository to your Github Desktop
Click Add
Click Clone repository
Select the repository from the list of online repositories and select a storage path
Place the repository where you can easily find it
Using Qt Creator, select File->Open File or Project..
Go to your assignment directory and select the CMake file CMakeLists.txt
Press Configure
Open the main.cpp file. You will find guidelines as in-line comments.

Submission

After saving your changes, commit with an appropriate message.
Push the repository to update the online repository on GitHub.

Using terminal/Git Bash

$ git commit -a -m "solved all problems!"
$ git push [github link]