WHAT IS C++;
C++ is a programming language this is basically an objected oriented programming language through this you can do multiple task and you can develop high performance application through this when you go to your university you guys are going to intract with this programming language now i told you a little bit about C++
C++ ;
C++ is programming language this comes in the criteria of object oriented programing language this language is develop in bell labs in 1980 this is the powerful language to develop programs and this is high level programming language
now i am going to tell you that how you can guys do programming through this first thing first you guys don't listen to that people who says you cant i appreciate everyone's efforts yes why we are so judgmental if a person is doing something excepts that we appreciate the person we degrade him and her that you cant so do not listen to that persons that are zero and they wanted you to be a zero
so lets move to our topic i am going tell you guys how you make your fist program through c++.
you are a user and you wanted to a program that it takes the name of the user and the father name so i am going to teach you how you can do this its very easy.
#include<iostream> //these are the libraries
#include<conio.h>
#include<string>
using namespace std;
int main( ) //this is main body
{ string x,y;
cout<<"entre your name ?"<<endl;
cin>>x;
cout<<"entre your father name "<<endl;
cin>>y:
cout<<"your name is :"<< x<<endl;
cout<<"your father name is : "<< y <<endl;
getch();
}
this is how it runs in comiler
i hope you like it INSHALLAH my YouTube learning channel is coming very soon