1. c or c++ programming course out line

12
C/C++ Programming Course Outline

Transcript of 1. c or c++ programming course out line

Page 1: 1. c or c++ programming course out line

C/C++ ProgrammingCourse Outline

Page 2: 1. c or c++ programming course out line

CHAPTER IIntroduction to C Programming History of C Programming Important files in C Data Type in C Identifier and Variable I/O Function Format Code Constant in C

Page 3: 1. c or c++ programming course out line

CHAPTER IIStructure of C Programming Type of Expression Type of Statement Type of Conversions

Page 4: 1. c or c++ programming course out line

CHAPTER IIIControl Structure Logical Data and Operation Selection Controls

One-way(If statement) Two-way(if else statement) Multi-way(If else if statement, switch)

Loop Control For loop While loop Do while loop

Breaking Control

Page 5: 1. c or c++ programming course out line

CHAPTER IVFunction Introduction to Function Creating User-Define Function Return statement Passing Parameters Recursive Function

Page 6: 1. c or c++ programming course out line

CHATER VARRAY Introduction to Array Type of Array Sorting Array Searching as Parameter

Page 7: 1. c or c++ programming course out line

CHAPTER VIPointer What’s Pointer? Pointer Variable Access to Pointer Array and Pointer Pointer and Function Pointer as Parameter

Page 8: 1. c or c++ programming course out line

CHATER VIIString String in C String Variable String input/output Array of string String Manipulation function

Page 9: 1. c or c++ programming course out line

CHAPTER VIIIStructure, Enumeration and Union Introduction The type definition (typedef) Enumeration Type (enum) Structure (struct) Array of Structure Union

Page 10: 1. c or c++ programming course out line

CHAPTER IXIntroduction to C++ Introduction to C++ I/O Function in C++

Page 11: 1. c or c++ programming course out line

CHAPTER XFile in C/C++ Introduction to File Type of File File Pointer Opening a file Closing a file Writing and reading data in file Renaming file, Remove file,..

Page 12: 1. c or c++ programming course out line

Review all lectures Final exam