CS253: Software Development with C++

Fall 2022

Syllabus

TaskCountPointsTotal
Labs15115
Quizzes13113
Homework 0111
Homework 1–77428
Midterms21428
Final exam11515
Class
CS253: Software Development with C++
Lecture
1:00–1:50ᴘᴍ MT Mon/Wed/Fri; campus: Clark A 201, online: Echo360
Labs
Weekly labs (alias recitations): campus: CSB 315, online: Media Gallery CSUO
Semester
August 22 – December 9, 2022

Staff & Office Hours

 SunMonTueWedThuFriSat
9:00    MB  
9:30    MB  
10:00 ABAB ABAB 
10:30 ABAB ABAB 
11:00 YL     
11:30 YL   JA 
12:00YL    JA 
12:30YL      
1:00YL     KG
1:30YL     KG
2:00YLJA MB   
2:30YLJA MB   
3:00   MB KGMT
3:30   MBMBKGMT
4:00    MB MT
4:30   JA  MT
5:00 AOAOJAMT  
5:30 AOAOJAMTJA 
6:00 AOAOJAMTJA 
6:30 AOAO MTJA 
7:00     JA 
Green: Linux Lab   Red: Teams   Black: CSB 246 & Teams

General

  1. Learn C++, which will partition the class into three sections:
    • Non-object-oriented C++
    • Object-oriented C++
    • Templates and the STL
  2. Learn the tools of a professional programmer, including:

Letter Grades

A+≥ 96.67B−≥ 80.00
A≥ 93.33C+≥ 76.67
A−≥ 90.00C≥ 70.00
B+≥ 86.67D≥ 60.00
B≥ 83.33F≥ 00.00

Letter grades are computed per the table, right. There’s no rounding. 89.99 points is a B+, not an A−. The labs & weekly quizzes are worth a lot of points—don’t throw them away and miss a letter grade by quarter point. There is no extra credit.

Quizzes & Tests

LabWhenWhereWho
R01Tue11:00–11:50ᴀᴍCSB 315YL AO
R02Tuenoon–12:50ᴘᴍCSB 315YL AO
R03Tue1:00–1:50ᴘᴍCSB 315AB AO
R04Tue2:00–2:50ᴘᴍCSB 315MT AO
R05Thu11:00–11:50ᴀᴍCSB 315YL MB
R06Thunoon–12:50ᴘᴍCSB 315YL MB
R07Thu1:00–1:50ᴘᴍCSB 315AB MB
R08Thu2:00–2:50ᴘᴍCSB 315KG MB

Labs (alias recitations)

Programming Assignments

Getting Help

COVID-19

All students are expected and required to report any COVID-19 symptoms to the university immediately, as well as exposures or positive tests (even home tests).

Making up Work

If illness prevents you from doing homework or taking a quiz/test, get a note from the CSU Health Network, a doctor, an emergency room, etc. It is not good enough to diagnose yourself. Similarly, if you suffer a family tragedy, your apartment catches fire, you’re called up for military service, etc., then provide documentation for the event. Concerts and ski trips are not unexpected.

Don’t ask the TAs to let you turn in work late, or to let you make up work. They can’t do that—only the instructor can.

If the instructor allows make-up or late work, they will simply change your Canvas due date. Don’t email it—just check it in to Canvas.

Time Zones

All dates & times mentioned are Mountain Time (currently 3:13AM MDT), the time zone used at CSU. Your time zone does not determine deadlines; CSU’s time zone (Mountain Time) does.

Closures

I will announce cancellations on Teams. However, I don’t decide when to cancel classes—CSU does. If the weather looks interesting, go to https://safety.colostate.edu. If that site says that CSU is closed, then classes, labs, office hours, etc., are cancelled. If it doesn’t, then they’re not.

Conduct in Class

Don’t distract the students. I can’t force you to learn, but you must allow others to do so. This means:

Students often believe that they can efficiently multitask. Some believe that they can surf the web, catch up on social networking, and absorb the lecture at the same time. They are incorrect. Studies consistently show that we are all miserable at multitasking.

Cheating

A student copies

but he has cheated himself and so fails the class

Exams and projects will be done individually and grades assigned on an individual basis. Further, students not already familiar with the CSU Honor Pledge should review this clear and simple pledge and always adhere to it.

Policies on cheating, plagiarism, incomplete grades, attendance, discrimination, sexual harassment, and student grievances are described in the Student Information Guide. All other matters follow the policies set in the current CSU General Catalog, the Student Conduct Code, and in the CS Dept. Code of Conduct.

You may not copy or use, all or in part, someone else’s work. You may not give your work, all or in part, to someone else for any reason. It is your responsibility to keep your work private from all others. You may not collaborate to produce one product turned in multiple times. You may not use work done in a previous semester by someone else. You may not post assignments on the internet. Paying for homework will result in dire consequences. Acting surprised will not help you.

The use of online “homework helper” sites including, but not limited to, Chegg, NoteHall, Quizlet, and Koofers is not permitted in this course. Please reach out to your instructor to discuss if a specific service you are thinking about using for this course is acceptable. Use of these types of resources will be considered receiving unauthorized assistance and, therefore, a violation of the student conduct code. Using them may result, at the discretion of the instructor, in an F for the course or a negative value for the assignment, quiz, or exam. All incidents of this type will be referred to the CSU Student Resolution Center and may be subject to additional University disciplinary action.

You may discuss assignments but the work you turn in must be your own. You have crossed the line if you start comparing someone else’s work to your own (or vice versa). You have crossed the line if you cannot explain/understand the work you submit. “I copied it from the internet” is not an explanation.

Writing a program comprises two phases: design and implementation. You must do both on your own. It is unacceptable to have joint design but separate implementations.