NETCOTECH
 [ C/C++ ][ Access ][ SUN Java ][ ASP.Net ][ VB.Net ][ XML.Net ]
 

C / C++ Language



Course Highlight
Module I
Introduction to C
C Fundamentals
Operators and Expressions
Decisions Making
Managing Input and Output Operator
Arrays
Functions
Manipulating Strings
Pointers
Structure and Union
File Management in C
Graphics in C
Projects in C
Module II
Introduction to c++
Writing a Programs in C++
C++ Fundamentals
Rewriting C Programs in C++
Object Oriented concept in C++
Classes, Objects
Inheritance and its types
Overloading, Polymorphism
Projects in C++

Module I – C Programming
Introduction to C
• History of C
• Objectives
• Why C?
• Executing a C program
• Compiling and Linking
• First program with C

C Fundamentals
• Character set
• Special Characters
• C Tokens
• Identifiers
• Keywords
• Constants
• Strings
• Special Symbols

Operators and Expressions
• Types of Operators

Decisions Making
• Conditional Expressions
• If statement
• If – else statement
• If – else-if ladder
• Nested if – else
Switch statement
Breaking control
- Break Statement
- Continue Statement
- Goto Statement
Loop Statements
- While Loop
- Do…While
- For Loop

Managing Input and Output Operator
• Putchar
• Getchar
• Scanf
• Printf
• Gets and puts

Arrays
One- dimensional arrays
Multidimensional arrays

Functions
• Defining a functions
• Defining a functions
• Accessing a functions
• Function prototype
• Passing Arguments to a function
• Passing variables to a function
• Recursion
• Storage classes
- automatic
- external
- static and register

Manipulating Strings

Pointers
- Introduction
- Pointer Declaration
- Array and pointers
- Pointer and Multidimensional array
- Passing pointer to a function

Structure and Union
File Management in C
Graphics in C
Projects in C

Module II – C++ Programming
1) Introduction to c++
2) Writing a Programs in C++
3) C++ Fundamentals
4) Rewriting C Programs in C++
5) Object Oriented concept in C++
6) Classes, Objects
7) Inheritance and its types
8) Overloading, Polymorphism
9) Projects in C++