top of page
Image by NEXT Academy

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.
 

Image by Steve Halama

Syntax

C++ is used to create a computer program. This is a basic syntax.

Types-of-Operators-in-C-and-C.jpg

 Operators

Operators are used to perform operations on variables and values.

Strings

Strings in C and C++ are nothing but an array of characters terminated by the null character ‘\0’. Let us acknowledge the significance of strings in C/C++ by considering a simple problem.

String-in-c-and-C.jpg

Arrays

An array is a collection of items stored at contiguous memory locations. The idea is to store multiple items of the same type together.

​

Arrays-in-C-Programming-Study-Material.png
function-type.png

Functions

Function in C and C++ is a set of statements that we use in order to take various inputs and perform some calculations or computations to obtain the output.

Pointers-in-C-and-C.jpg

 Pointers

Pointers are symbolic representation of addresses. They enable programs to simulate call-by-reference as well as to create and manipulate dynamic data structures. 

OOPs

OOP stands for Object-Oriented Programming.

Procedural programming is about writing procedures or functions that perform operations on the data, while object-oriented programming is about creating objects that contain both data and functions.

C++ reference text

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font. 

IMG_20210815_190927.jpg

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

IMG_20210815_190939.jpg

 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. 

IMG_20210815_191002.jpg

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

IMG_20210815_185009.jpg
Image by Brittany Neale

 Handwritten Notes

 Get benefitted with handwritten notes and study materials of your seniors.

Image by Kelly Sikkema

 FAQ's

 Have any questions??

We are here to help you.

bottom of page