0% found this document useful (0 votes)
71 views7 pages

Cpts 122: Data Structures C/C++

This document provides information about the CptS 122 Data Structures course. The course is taught by Nadra Guizani and consists of 33% assignments, 5% quizzes, 2% attendance, 20% midterm exams, 20% labs, and 20% final exam. Labs start in week 2 and attendance is mandatory. Students are expected to organize their code using header, source, and main files and include comment headers with their name, class, assignment, and description.

Uploaded by

andrew
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views7 pages

Cpts 122: Data Structures C/C++

This document provides information about the CptS 122 Data Structures course. The course is taught by Nadra Guizani and consists of 33% assignments, 5% quizzes, 2% attendance, 20% midterm exams, 20% labs, and 20% final exam. Labs start in week 2 and attendance is mandatory. Students are expected to organize their code using header, source, and main files and include comment headers with their name, class, assignment, and description.

Uploaded by

andrew
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

CptS 122

Data Structures C/C++


Nadra Guizani
• Computer Enginnering PhD – Purdue University
• Lecturer – Gonzaga University
• Taught – CS1, CS2, Machine Learning, Software Development w/ JAVA, Circuits
• Office Hours: Tuesday 1 pm – 4 pm ; Thursday 9 am – 12 pm @ EME 123
• Everything is posted and updated on Blackboard
• Textbook: C++, From Control Structures through objects (9th edition) by Tony
Gaddis
Course Organization
• 33% Assignments
• 5% Quizzes
• 2% Attendance
• 20% Two mid-semester exams (10% each)
• 20% Lab
• 20% Final exam
• Bonus assignments up to 2% each
Labs
• Attendance is mandatory – TAs will be taking attendance

• Lab starts week 2 – EME 128


Grading Scale
Three File Format
• Header file(file.h): function/class header

• Source file (.c/.cpp): function/class defintions

• Main file(.c/.cpp): main function


Make sure that for every program that you write, you have the following comment
header block at the beginning of your source code file:
/*******************************************************************************************
* Programmer: Your Name *
* Class: CptS 122, Spring, 2020; Lab Section X *
* Programming Assignment: Lab1Task1 *
* Date: January 20, 2020 *
* Description: This program prints out a simple "hello world" message. *
*******************************************************************************************/

You might also like