
Unleash the power of C++ with hands on practical and project work. Real time classes with industrial experts with Linux based and windows based compilers. Basic to advanced level courses with fast and affordable prizes.
We are providing courses in 3 different level, Basic, Advanced and Full Course (Basic to Advanced + Project Work).
This course is mainly for those who are just starting the programming in C++.
In this course we are covering all the fundamentals concepts in detail. The beginners will get good foundation of C++ programming after the course.
C ++ programming Basic | |
Fee S$640 |
|
Duration 20 hrs |
|
Entry Requirement Basic Computer Knowledge |
|
Time Slot | |
Please call 63360244/96503505 |
|
Fundamentals of Object-Oriented Programming: Introduction to Class and Object
Basics of C++:Data Type, Variables, Constants, Operators,Comments in C++
Conditional Statements in C++: if, If –else, Switch s, for loop, While loop, Do- while loop, Break, Continue, go to, exit
Functions: Parameter Passing Mechanism
Arrays: Arrays and Functions, Strings: Working with Strings, Manipulating String
Structure, Union and Bit Fields: Declaration of a structure, Initialization of a Structure, Array within structure, Union, Bit Field
Class and Object: Class and Arrays, Objects and Functions
Constructor and Destructors: Structure of a Constructor, Types of Constructors, Destructor
This course is for experienced C++ programmers, who would like to know deeper in object oriented approach. This course is mainly focusing those who know the basic concepts and want to upgrade the knowledge in advanced topics of C++ Programming.
In this course we are going in to deeper of object oriented programming concepts, like Class, Objects, Inheritance, polymorphism, Templates and the advanced topics like Pointers, file organization. We are also covering the Graphics using Turbo Graphics.
C ++ programming Advanced | |
Fee S$740 |
|
Duration 20hrs |
|
Entry Requirement Basic C++ Programming Knowledge |
|
Time Slot | |
Please call 63360244/96503505 |
|
Pointers: Pointer Arithmetic, Arrays of Pointers, Pointers and Strings
Inheritance: Structure of Inheritance Importance of Inheritance, Types of Inheritance
Polymorphism: Compile-Time Polymorphism, Run-Time Polymorphism, Template and
Exception Handling: try, Catch and throw
File Organization: Stream, Error Handling in Files
Turbo Graphics: Library Functions of the Text Mode, Library Functions of the Graphics Mode, Library Functions used for Animation and Sound
Preprocessor Directives and I/O:Manipulators
In this course we are starting from the fundamentals and covering in deeper Concepts of Object Oriented Programming. This course is a collection of examples and case studies .At the end of the course we are providing a Small Project Work (Case Study), so the students will get in -depth knowledge of the implementation of the Programming concept in real world applications.
C ++ programming Full Package | |
Fee S$1350 |
|
Duration
40hrs |
|
Entry Requirement Basic Computer Knowledge |
|
Time Slot | |
Please call 63360244/96503505 |
|
Fundamentals of Object-Oriented Programming: Introduction to Class and Object
Basics of C++:Data Type, Variables, Constants, Operators ,Comments in C++
Conditional Statements in C++: if, If –else, Switch s, for loop, While loop, Do- while loop, Break, Continue, go to, exit
Functions: Parameter Passing Mechanism
Arrays: Arrays and Functions
Strings: Working with Strings, Manipulating String Structure
Union and Bit Fields: Declaration of a structure, Initialization of a Structure, Array within structure, Union, Bit Field
Pointers: Pointer Arithmetic, Arrays of Pointers, Pointers and Strings
Class and Object: Class and Arrays, Objects and Functions
Constructor and Destructors: Structure of a Constructor, Types of Constructors
Destructor Inheritance: Structure of Inheritance Importance of Inheritance, Types of Inheritance
Polymorphism: Compile-Time Polymorphism, Run-Time Polymorphism, Template and
Exception Handling: try, Catch and throw
File Organization: Stream, Error Handling in Files, Turbo Graphics, Library Functions of the Text Mode, Library Functions of the Graphics Mode, Library Functions used for Animation and Sound
Preprocessor Directives and I/O:Manipulators
Course Name | Duration | Entry requirement | Fee(SGD) |
C++ Programming (Basic) | 20 hrs | Basic Computer Knowledge | 640 |
C++ Programming (Advanced) | 20 hrs | Basic C++ Programming Knowledge | 740 |
C++ Programming (Full Package with Project Work) | 40 hrs | Basic Computer Knowledge | 1350 |
Time Slot | |||
Please call 63360244/96503505 or mail to info.sg@gteceducation.com.We also provides flexible timing to meet the customer's requirement |
|||
The purpose of C++ is to precisely define a series of operations that a computer can perform to accomplish a task. Most of these operations involve manipulating numbers and text, but anything that the computer can physically do can be programmed in C++. Computers have no intelligence- they have to be told exactly what to do and this is defined by the programming language you use. Once programmed they can repeat the steps as many times as you wish at very high speed. Modern PCs are so fast they can count to a billion in a second or two.
C is a programming language originally developed for developing the UNIX operating system. It is a low-level and powerful language. C++ is a newer language, based on C that adds many more modern programming language features that make it easier to program .Basically; C++ maintains all aspects of the C language, while providing new features to programmers that make it easier to write useful and sophisticated programs.
C++ is a powerful general-purpose programming language. It can be used to create small programs or large applications. It can be used to make CGI scripts or console-only DOS programs. C++ programming mainly using in developing gaming, using in embedded system, electronic devices etc.
No. C++ is a superset of C; (almost) anything you can do in C, you can do in C++. If you already know C, you will easily adapt to the object-oriented features of C++. If you don't know C, you will have to learn the syntax of C-style languages while learning C++, but you shouldn't have any conceptual difficulties.