<< Chapter < Page Chapter >> Page >

Intructor objectives

In order to meet the course objectives, the students are expected to fulfill the following requirements:

  • Class attendance must be more than 75%.
  • For each chapter, the students should complete at home a sufficient amount of exercises given for the chapter. All the exercises are given in Programming Fundamentals in C++ - Lecture Notes and Exercises, available at the instructor’s website.
  • Lab work participation is mandatory. At each lab session, the students must complete a sufficient amount of assignments assigned for that lab session. Lab assistants will evaluate the performance of each student at the end of each lab session.
  • There are two programming projects each student is required to produce solutions. These projects aim to train the student’s creativity and problem-solving skills. Project 1 aims to apply all the knowledge in the six first chapters and Project 2 aims to apply those of 2 last chapters. Due date of each project must be respected. Unless it is extremely exceptional, late submission is not accepted.

Course duration

This course is one semester long, meeting from February 18th through May 29th. Our semester is 16 weeks long. The course meets for three period lecture session and two period lab session. It consists of 42 periods for lectures and 28 periods for lab works (1 period = 45 minutes).

Course outline

Chapter 1: Introduction to Computer and Programming

  1. Hardware and software
  2. Programming languages
  3. Problem solving and software development
  4. Algorithms

Chapter 2: Basic Elements in C++

  1. Program structures
  2. Data types, and operators
  3. Variables and variable declarations
  4. Integer quantifiers
  5. Focus on problem-solving

Chapter 3: Completing the Basics

  1. Assignment operators
  2. Formatting numbers for program output
  3. Using mathematical library functions
  4. Program input using the cin object
  5. Symbolic constants

Chapter 4: Selection Structures

  1. Selection criteria
  2. The if-else statement
  3. Nested if statement
  4. The switch statement
  5. The enum specifier

Chapter 5: Repetition Structures – Arrays and Structured Programming

  1. Basic loop structures
  2. while loops
  3. Interactive while loops
  4. for loops
  5. Nested loops
  6. do-while loops
  7. Structured programming with C++
  8. Arrays
  9. Structures

Chapter 6: Functions and Pointers

  1. Function and parameter declarations
  2. Returning values
  3. Variable scope
  4. Variable storage class
  5. Passing by reference
  6. Recursion
  7. Passing arrays to functions
  8. Pointers
  9. The typedef declaration

Chapter 7: Introduction to Classes

  1. Classes
  2. Information hiding
  3. Member functions
  4. Dynamically Memory Allocation with operators new and delete
  5. Pointers as class members

Chapter 8: Object Manipulation - Inheritance

  1. Advanced constructors
  2. Destructors
  3. Constant objects
  4. Inheritance

Lab work

This course maintains a laboratory for its students. During semester, a group of lab assistants hang out in lab to answer students’ questions and help them in debugging. There are 10 lab sessions in the course and the first lab session starts at the third week of the semester. For each lab session, which is 3 period long, the students are requested to finish at least some required assignments. Notice that lab assistants will grade the performance of each student at the end of each lab session. Lab assistants inspect the working of student programs and ask questions on their program codes in order to grade the student lab performance in each lab session.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Programming fundamentals in c++. OpenStax CNX. Jul 29, 2009 Download for free at http://cnx.org/content/col10788/1.1
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Programming fundamentals in c++' conversation and receive update notifications?

Ask