CERTIFICATE IN C++ (3 MONTHS)
Certificate in C++ Programming (3 Months)
1: Introduction to Programming & C++ Basics
- Overview of Programming Languages
- History and Features of C++
- Structure of a C++ Program
- Compiling and Running C++ Code
- Variables and Data Types
- Input and Output (
cin
, cout
)
- Operators (Arithmetic, Relational, Logical)
2: Control Structures
- Conditional Statements:
if
, if-else
, nested if
, switch
- Looping Statements:
for
, while
, do-while
- Jump Statements:
break
, continue
, goto
3: Functions and Arrays
- Function Declaration and Definition
- Call by Value and Call by Reference
- Scope and Lifetime of Variables
- Arrays (1D and 2D)
- Basic String Handling
4: Introduction to Object-Oriented Programming
- Basic Concepts of OOP
- Class and Object
- Access Specifiers:
public
, private
, protected
- Constructors and Destructors (Basics)
- Member Functions and Data Members
5: Simple File Handling (Introductory)
- File Input/Output Streams (
ifstream
, ofstream
)
- Opening and Closing Files
- Reading and Writing Text Files
6: Mini Project & Lab Practice
- Sample Mini Projects:
- Simple Student Record System
- Grade Calculator
- Address Book
- Debugging and Best Coding Practices
- Final Practical Assessment