top of page

Courses
C++ is a general-purpose programming language that was developed as an enhancement of the C language to include object-oriented paradigm. It is an imperative and a compiled language. C++ is a middle-level language . C++ is Simple,machine independent but platform dependent.






‘C++ Primer’ by Stanley B. Lippman, Josée Lajoie, and Barbara E. Moo is considered one of the best books to learn C++ programming .

The ‘Effective Modern C++’ book by Scott Meyers follows the example-based format.
The C++ Programming book is not aimed at complete beginners but at someone who has some programming knowledge.

The authors are well-known computer scientists, and they present a clear and robust introduction to C++ programming.

bottom of page