CHAPTER I
Introduction 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
CHAPTER II
Structure of C Programming
 Type of Expression
 Type of Statement
 Type of Conversions
CHAPTER III
Control 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
CHAPTER IV
Function
 Introduction to Function
 Creating User-Define Function
 Return statement
 Passing Parameters
 Recursive Function
CHATER V
ARRAY
 Introduction to Array
 Type of Array
 Sorting Array
 Searching as Parameter
CHAPTER VI
Pointer
 What’s Pointer?
 Pointer Variable
 Access to Pointer
 Array and Pointer
 Pointer and Function
 Pointer as Parameter
CHATER VII
String
 String in C
 String Variable
 String input/output
 Array of string
 String Manipulation function
CHAPTER VIII
Structure, Enumeration and Union
 Introduction
 The type definition (typedef)
 Enumeration Type (enum)
 Structure (struct)
 Array of Structure
 Union
CHAPTER IX
Introduction to C++
 Introduction to C++
 I/O Function in C++
CHAPTER X
File 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,..
 Review all lectures
 Final exam

1. c or c++ programming course out line

  • 2.
    CHAPTER I Introduction toC Programming  History of C Programming  Important files in C  Data Type in C  Identifier and Variable  I/O Function  Format Code  Constant in C
  • 3.
    CHAPTER II Structure ofC Programming  Type of Expression  Type of Statement  Type of Conversions
  • 4.
    CHAPTER III Control 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
  • 5.
    CHAPTER IV Function  Introductionto Function  Creating User-Define Function  Return statement  Passing Parameters  Recursive Function
  • 6.
    CHATER V ARRAY  Introductionto Array  Type of Array  Sorting Array  Searching as Parameter
  • 7.
    CHAPTER VI Pointer  What’sPointer?  Pointer Variable  Access to Pointer  Array and Pointer  Pointer and Function  Pointer as Parameter
  • 8.
    CHATER VII String  Stringin C  String Variable  String input/output  Array of string  String Manipulation function
  • 9.
    CHAPTER VIII Structure, Enumerationand Union  Introduction  The type definition (typedef)  Enumeration Type (enum)  Structure (struct)  Array of Structure  Union
  • 10.
    CHAPTER IX Introduction toC++  Introduction to C++  I/O Function in C++
  • 11.
    CHAPTER X File inC/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,..
  • 12.
     Review alllectures  Final exam