Introduction OBJECT-ORIENTED PROGRAMMING IN C++ SPRING 2015

advertisement
Introduction
OBJECT-ORIENTED
PROGRAMMING IN C++
SPRING 2015
Instructor
Caitlin Carnahan
Office: Love 205C
Office Hours: TR 2-4 or by appointment
Email: carnahan@cs.fsu.edu
URL: http://www.cs.fsu.edu/~carnahan
I will post TA information on the course website as I receive it.
Course Objectives
Learn to program in C++!
Course Objectives
• Demonstrate a basic understanding of computer concepts, including software and hardware.
• Solve computing problems using a top-down approach in a well-structured design using
procedural programming techniques.
• Design, implement, test, and debug a C++ program to solve a given problem.
• Demonstrate knowledge and use of control structures used in procedural programming.
• Have a basic understanding of the C++ class and class operations. Be able to write a program
based on a class data structure, utilize class objects, and provide appropriate class member
functions.
• Utilize algorithms studied to perform common tasks.
Course Information
Textbook: Starting Out with C++: From Control Structures through Objects, Brief
Edition, 7th Edition. Tony Gaddis.
Pre-reqs: MAC1105.
Course Website: http://www.cs.fsu.edu/~carnahan/cgs3406.
I will use the course website to post all announcements, assignments, lectures,
etc. Please bookmark the page and don’t forget to check it frequently for
updates. All grades will be posted on Blackboard.
Grading
Programming Projects (30%)
Test 1 (20%)
Test 2 (20%)
Final (30%)
Your Responsibilities
Understand Lectures and Course Material.
Attend office hours when needed.
Check course webpage and email regularly.
Uphold Academic Honor Policy.
Download