My LEARNING C++ From Start to End | Semester Based

C++ is a computer language widely used to create programs, software and projects it was implemented in 1972 by Dennis Richie at Bell Laboratories it initially became widely known as the UNIX operating system

C++ is a computer language widely used to create programs, software and projects
it was implemented in 1972 by Dennis Richie at Bell Laboratories it initially became widely known as the UNIX operating system's development Language. Today most of the codes for general purpose operating system is written in C or C++
Here we shall learn C++ (a2z) and its implemetations and uses in this post
here we use video C++ tutorials by Apoorv Kathal which are in hindi as you can say in urdu because hindi and urdu are same in spoken but different in written so here we start of programming

For this we need a compiler and code to learn programming so lets start from installing compiler
we shall add more video tutorials about c++ programming as of our need or you can ask us to upload more tutorials




My LEARNING C++ From Start to End | Semester Based
My LEARNING C++ From Start to End | Semester Based
#include<iostream>
using namespace std;
int main ()
{
cout<<"*********\n*\t*\n*\t*\n*\t*\n*\t*\n*\t*\n*\t*\n*********\n";
return 0;
system ("pause");
}


My LEARNING C++ From Start to End | Semester Based
My LEARNING C++ From Start to End | Semester Based

Combined Five Examples


#include<iostream>
using namespace std;
int main ()
{
cout<<"*********\n*\t*\n*\t*\n*\t*\n*\t*\n*\t*\n*\t*\n*********\n";
cout<<" *** \n * * \n*\t*\n\*\t*\n*\t*\n*\t*\n*\t*\n * * \n *** \n ";
cout<<"* \n *** \n*****\n * \n * \n * \n * \n * \n * \n";
cout<<" * \n * * \n * * \n * * \n*\t*\n * * \n * * \n * * \n * \n";
cout<<"* * * * * * * *\n * * * * * * * *\n* * * * * * * *\n * * * * * * * *\n* * * * * * * *\n * * * * * * * *\n* * * * * * * *\n * * * * * * * *";
return 0;
system ("pause");
}
Combined Five Examples


Combined Five Examples

Combined Five Examples


#include<iostream>
#include<math.h>
using namespace std;
int main()
{
int a, b, c, d, e;
a=1, b=2, c=3, d=4, e=5;
cout<<"Numbers\tSquare\tCube\n";
cout<<a<<"\t"<<pow(a,2)<<"\t"<<pow(a,3)<<"\n";
cout<<b<<"\t"<<pow(b,2)<<"\t"<<pow(b,3)<<"\n";
cout<<c<<"\t"<<pow(c,2)<<"\t"<<pow(c,3)<<"\n";
cout<<d<<"\t"<<pow(d,2)<<"\t"<<pow(d,3)<<"\n";
cout<<e<<"\t"<<pow(e,2)<<"\t"<<pow(e,3)<<"\n";
return 0; }

My LEARNING C++ From Start to End | Semester Based
My LEARNING C++ From Start to End | Semester Based




COMMENTS

Name

Blogger-Templates,1,Blogging,4,C++,11,Facebook,1,Free-Premium,1,Freebies,4,Google,1,Hack-Facebook,1,Programming,11,SEO,3,Social-Media,1,Softwares,3,Widgets,1,
ltr
item
Online Blogger Tricks | A2Z Art of Blogging: My LEARNING C++ From Start to End | Semester Based
My LEARNING C++ From Start to End | Semester Based
C++ is a computer language widely used to create programs, software and projects it was implemented in 1972 by Dennis Richie at Bell Laboratories it initially became widely known as the UNIX operating system
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnkl1wqe3BkO5CB-2JcSHeB_DgK67VLg1Rdpba6iPKp_rPXQXV6EZYZek_jucIgnZ8kDDI510bAmw8rjh9ciBvKybypE9Swo-zNMUqD_2DCabfPKf6uXnK1eCtso8voG0jVbwKFBHqDLA/s640/2nd.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnkl1wqe3BkO5CB-2JcSHeB_DgK67VLg1Rdpba6iPKp_rPXQXV6EZYZek_jucIgnZ8kDDI510bAmw8rjh9ciBvKybypE9Swo-zNMUqD_2DCabfPKf6uXnK1eCtso8voG0jVbwKFBHqDLA/s72-c/2nd.png
Online Blogger Tricks | A2Z Art of Blogging
https://a4abidaziz.blogspot.com/2016/02/my-learning-c-from-start-to-end.html
https://a4abidaziz.blogspot.com/
http://a4abidaziz.blogspot.com/
http://a4abidaziz.blogspot.com/2016/02/my-learning-c-from-start-to-end.html
true
1578912806520322323
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy