Courses

MS Office Basic Commencing on 04 March 2024 (Classroom Training)

Autocad 2D Commencing on 16 March 2024 (Classroom Training)

Please Call/Whatsapp 96503505 for more details.

 

 

More Info
C++ Programming

coursesUnleash 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 affordable cost.
We are providing courses in 3 different level, Basic, Advanced and Full Course (Basic to Advanced + Project Work).

Course Name Duration Entry Requirement Fee (SGD)
C++ Programming Basic 20 hrs Basic Computer Knowledge S$640
C++ Programming Advanced 20 hrs Basic C++ Programming Knowledge S$740
C++ Programming Full Package 40 hrs Basic Computer Knowledge S$1350

For alternate time slots, please call 63360244/96503505

The intent of this course is to familiarize students with the fundamentals of Object Oriented Programming concept in C++ Programming.

The course covering the basics of C++ and going in to more deeper in to the OOPS concepts like Class ,Objects, Inheritance, polymorphism, Templates and the advanced topics like Pointers ,file organization .

The course curriculum is designed as a combination of theory and practical.

Course materials are covered with many hands on practical exercise with each theory topics.

Course Name Duration Entry Requirement Fee (SGD)
C++ Programming Basic 20 hrs Basic Computer Knowledge S$640
C++ Programming Advanced 20 hrs Basic C++ Programming Knowledge S$740
C++ Programming Full Package 40 hrs Basic Computer Knowledge S$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

Request For Brochure

Captcha

Frequently asked questions

WHAT IS THE PURPOSE OF C++ PROGRAMMING?

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

WHAT IS C, WHAT IS C++, AND WHAT IS THE DIFFERENCE?

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.

WHAT IS C++ USED FOR?

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.

DO I NEED TO KNOW C TO LEARN C++?

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.