CPP (C plus plus) is a middle level Language designed by Bjarne Stroustrop and appeared for first time in 1985 while was started as early as 1979 at Bell labs. It has variety of imperative, object oriented and generic programming features while also provide a support to low level memory manipulation. This is just an […]
Local Environment Setup
C++ local Environment setup for Windows, Mac ,linux and other users. C++ is a compiled based language i.e., it needs to be compiled into an object files.
CPP Basic Syntax and Terms
Understand the basic syntax of CPP along with all reserved keywords and identifiers.
Comments in C++
Comments are the simple text written by the coder to make understanding clear for the people who read it later or for self-understanding at a later stage.
Datatypes in CPP
Understand the basic data types in C++. Data types define the type of data or object will be stored so the compiler can allocate memory for it.
Defining Variables in CPP
Variables are the memory location that provides us with the named storages which can be manipulated by our program. Each and every variable in CPP has to be determined on its type so accordingly the size and layout of its memory