Description: |
Introduction to computer programming in C++ and its use in
solving problems. Intended primarily for technical majors.
Basic instruction in programming techniques is combined with
introduction to C++.
|
Prerequisites: |
CPSC 1010.
|
Required texts: |
Gaddis, Walters, Muganda,
Starting Out with C++: Early Objects,
9th ed.,
Pearson Education,
ISBN-13: 978-0-13-440024-2.
|
Recommended texts: |
|
Supplemental notes: |
None.
|
Professor: |
Dr. Andrew Duchowski
|
Office: |
McAdams 309, 656-7677, duchowski@clemson.edu
|
Office hours: |
Mon 13:00-14:00 and by appointment.
|
Objectives: |
To learn to write and understand a short C++ program.
|
Laboratory content: |
This is a lab course.
|
Evaluation:
% | Grade |
90-100 | A |
80-89 | B |
70-79 | C |
60-69 | D |
|
Tests | 30% |
Programming Assignments | 25% |
Lab | 10% |
Quizzes | 10% |
Final Exam | 25% |
|
Assignments: |
Unless otherwise specified, these are individual
assignments, and must be strictly your own work and are not to
be shown to anyone else.
|
Attendance: |
Roll will be taken for the first one or two weeks while
the class roll fluctuates. However, attendance is not required.
Absence, excused or not, does not change the responsibility for
assigned work.
Tests missed due to excused absences will normally result
in the test not being counted in the average grade (i.e., there will
normally be no makeup tests). An unexcused absence from a
test will normally result in a grade of zero for that test. Students
are expected to give at least one week advance notice for excused
absences.
|
Academic dishonesty: |
The University policies on academic dishonesty apply.
Publicly-available code or other material may be freely used if
appropriately attributed. Each student is responsible for protecting
his or her files from access by others. Work that is essentially
the same and submitted without proper attribution is considered
to be a violation of academic dishonesty policy by all those
submitting the work, regardless of who actually did the work.
| |
Class cancelation: |
Students are expected to wait for 15 minutes after
the class beginning time before leaving if the instructor is late.
| |
Assignment late policy: |
Late assignments will be accepted but points will be
deducted according to the formula (3n)3 where
n is the number of days late. Example: assuming assignments
are due on Wednesday, the point deduction is as follows:
Max points possible |
Day received |
Days late |
100 | Wed. | 0 (due date) |
73 | Thu. | 1 day late |
0 | Fri. | 2 days late |
Late assignments will receive lowest priority for grading and
returning.
|
Topical outline: |
A standard intro to C programming course. Computers, compilation,
execution; input/ouput; control structures: loops, conditionals,
logical operators; functions; arrays; pointers and strings; files.
- Part 0 C review
- Part 1 Intro to C++
- Part 2 C++ classes
- Part 3 Arrays and vectors
- Part 4 Strings and pointers
- Part 5 Inheritance, polymorphism
|