Features of C++ are : – -Simple -Portable -Mid-Level -Structure -Rich Library -Object Oriented -Recursion -Pointers -Compiler Based -Speed -Extensible...
Continue reading...C++
C++ SYNTAX
#include<iostream> using namespace std; void main() { cout<<"Learn2Done" } Explanation of above syntax: #include<iostream>: It is a header file library...
Continue reading...C++ INTRODUCTION
C++ is a object – oriented programming language developed by Bjarne Stroustrup, starting in 1979 at Bell Labs. It was...
Continue reading...