Acesoftech Academy, located in the Ganguly Bagan area near Chetla, offers a C Programming Course that helps you learn the basics of computing. The course is designed to teach you about the power and accuracy of the C language from experts who are dedicated to building a strong foundation in programming. The curriculum is carefully crafted to introduce you to data structures, algorithms and the fundamental concepts of C. Through practical exercises and projects, you will become proficient in the syntax and fundamentals of this language. Join us in Chetla to learn programming from the ground up. By the end of the course, you will have the knowledge and skills necessary to create reliable and efficient software and succeed in the IT industry.
Introduction
What is C++?
Why C++?
Role of C++ Programmer in Industry
Uses of C++
Advantages & Disadvantages
The C++ Environment
Installing C++ (Turbo C, Turbo C++, Dev C++)
C++ Text Editor
C++ Source File Structure
Compilation
Execution
Basic Language Elements
Identifiers, Modifiers
Keywords, Comments
Operators, Loops
Conditional Statements
Defining Project
CLASSPATH Setting for Project
Naming Convention for Project and Class
Programming
Class Fundamentals
Object & Object reference
Creating and Operating Objects
Variables and data types
Constructor & initialization code block.
Methods, Defining Methods
Argument Passing Mechanism
Use of “this “ keyword
Working of Main method
cout ,cin
Inheritance Means Extending Classes
Concept of Inheritance and Need of Inheritance
Base and Derived Classes
Use and Benefits of Inheritance in OOP
Inheriting Data Members and Methods
Role of Constructors in inheritance
Type Compatibility and Conversion
Implementing Interfaces
Some Important Topics In C++
Pointer
Structure
Enumeration
Overloading
Friend Function
Inline Function
Recursion
Constructor
File Handling
Virtual Function
Template
Preprocessor
OOPs Concepts
Object Orientation
Abstraction
Encapsulation
Inheritance
Polymorphism
Array
Defining an Array
Types of Array
Initializing & Accessing Array
String
C String Functions
Operation on String
String Input
String Builder
Exception Handling
The Idea behind Exception
Types of Exceptions
Exceptions & Errors
Control Flow in Exceptions
Use of try, catch, finally, throw, throws in Exception Handling.
In-built and User Defined Exceptions
Thread
Understanding Threads
Thread Life-Cycle
Runnable Interface
Defining, Instantiating, and
Starting Threads
Thread Priorities
Synchronization
Inter Communication of Threads
Critical Factor in Thread DeadLock
Input/Output, File Handling (Iostream Header File)
Streams and the new I/O Capabilities
Understanding Streams
The Classes for Input and Output
The Standard Streams
Working with File Object
File I/O Basics
Reading and Writing to Files
Buffer and Buffer Management
Read/Write Operations with File Channel
Console and Input/Output Classes