C++ Programming

Fall 2014


Instructor:  Dr. M. Bag-Mohammadi,       

Assistants: Mohsen Saeb, Sajjad Shokateyan, Neemat-o-Allah Ghamari

Prpjects:         Grade:    Groups: Click here

 

Text

 

Goals

Primary goals of the course are:

Description: Description: bullet

This course develops basic programming skills for first-grade student using C++ languages. We cover variable declaration and use, selection commands, loop commands, functions, arrays, string, recursion and pointers.

 

Assignments:

1

Selection, loops

f14\Hw1-cp-f14.docx

2

Arrays, loops, selection

f14\Hw2-cp-f14.docx

3

Functions, arrays

f14\Hw3-cp-f14.docx

4

Strings

f14\Hw4-cp-f14.docx

 

5

Pointers

f14\Hw5-cp-f14.docx

 

 

 

 

 

 

 

 

 

Project:

 

 

 

Grading Policy:

Final grades in the course will be based on the following weighting distribution.

 

Description: Description: bullet

Midterm  25%

Description: Description: bullet

Assignment 40%

Description: Description: bullet

Final Exam.40%

 

Lecture Notes:

Topic

Lecture Note

Introduction

Intro.ppt

Variable

variables.ppt

C++ Syntax

syntax.pptx

Selection Statements

condition.pptx

Loops, while, for

loop.pptx

Arrays

array.pptx

Midterm 1

Mid-cp-f14-2.docx, Mid-cp-f14.docx

Functions

function.pptx

-

class.pptx

String manipulation

string.pptx

Pointer, first encounter

pointer.pptx

Pointer, continued

pointerII.pptx

Final

Fin-cp-f14.docx