Posts

Showing posts from July, 2022

CODE FOR + OPERATOR OVER LOADING C++

 PROBLEM STATEMENT: ADD 2 OBJECTS AND ADD INTO OTHER. CODE: #include<iostream> using namespace std; class Experience { private: int days; int month; double year; public: Experience() { } Experience(int a,int b,double c) { days = a; month = b; year = c; } Experience operator +(Experience E) { Experience E1; E1.days = days + E.days; E1.month = month + E.month; E1.year = year + E.year; return E1; } void display() { cout << "\nDAYS\t" << days << "\nMONTHS\t" << month << "\nYEAR\t" << year << endl; } }; int main() { Experience e1(2, 12, 2), e2(1, 12, 4), e3; e3 = e1 + e2; cout << "showing data of 1st Experience\n"; e1.display(); cout << "\n\n\n\n"; cout << "showing data of 2nd Experience\n"; e2.display(); cout << "\n\n\n\n"; cout << "showing data of sum of Experiences\

HOW TO DOWNLOAD GTA V FREE ON PC?

Image
  DOWNLOAD GTA V FREE FOR PC Grand Theft Auto V (GTA 5),  for PC, download for pc, full version game, full pc game, Compressed , RIp Version, Developer/Publishers: Rockstar North, Rockstar Games Grand Theft Auto V  (59 GB) is an action-adventure video game developed by Rockstar North and published by Rockstar Games. It was released on September 17, 2013 for Windows. Players complete missions—linear scenarios with set objectives—to progress through the story. Outside of the missions, players may freely roam the open world. Composed of the San Andreas open countryside area, including the fictional Blaine County, and the fictional city of Los Santos, the world is much larger in area than earlier entries in the series. Before downloading make sure that your PC meets minimum system requirements. Minimum System Requirements OS: Windows Vista Service Pack 2 / 7Service Pack 1 / 8 / 8.1* (*NVIDIA video card recommended if running Vista OS) Processor: Intel Core 2 Quad CPU Q6600 @ 2.40GHz (4 CPU

LOOPS IN C++(table making in c++)

Image
LOOPS IN C++ why we use loops in c++? what loops do in c++? what is function of  loops c++? In this blog I will share you interesting information on loops in c++. lets start, In c++ loops are required to do repetative tasks like to enter data of 50 or 1000 employees ,to order one or more items in same program. without using loops it is impossible and difficult to enter data of different people in one variable or to write your name in required time,to solve this issue loopsare used in C++ There are three types of loops in C++  with different syntax i.e:  FOR LOOPS  WHILE LOOPS DO WHILE LOOPS  Each loop do same function but here is syntax difference between them as shown in following figure: lets make a random table program using c++: Using For loop:         #include<iostream> using namespace std; int main() { int a; cout << "enter no\n";//\n is for line break  cin >> a;//taking input from user for (int i = 1; i <= 10; i++)//we initialized variable

FREE DOWNLOAD PC GAME

Image
 HOW TO DOWNLOAD GAME IN PC FOR FREE? HOW TO DOWNLOAD PUBG PC? SUCCSESS.COM Here are some links where you can easily download your favourite pc game: APUN KA GAME GET INTO PC OCEAN OF GAMES I hope this blog will help you for downloading games.Thank you!

LIFE OF MIDDLE CLASS PERSON

Image
 Life of a middle class boy/girl is difficult in each and every part  of their life.They have to take risks in their lives and to do hard work all the time to groom thier career and future. A middle class boy faces these difficulties in his life i.e: TO GET A GOOD EDUCATION TO SAVE HIS POCKET MONEY FOR EVENTS AFTER GRADUATIION FIND A GOOD JOB TO FIND A GOOD LIFE PARTNER TO MANAGE HIS SALARY &INCOME It is a dream of middle class & poor guys to gain a good education in well known and high ranked college of their city or country. But thier parents dont have enough money to spend on education of their children,So they ask their children to leave government schools and colleges and earn some money to help the home financially, In developing countries it is also a big problem due to low illetracy rate the ratio of educated people is very low and most of people dont know about science and education, it is a famous quote that "LIFE IS NOT BED OF ROSES". when i was 10 years ol

EGGS

Image
  egg , the content of the hard-shelled reproductive body produced by a   bird , considered as food. While the primary role of the egg obviously is to reproduce the  species , most eggs laid by domestic fowl, except those specifically set aside for hatching, are not fertilized but are sold m ainly for human  consumption . Eggs produced in quantity come from  chickens ,  ducks ,  geese ,  turkeys ,  guinea fowl ,  pigeons ,  pheasants , and  quail . This article describes the processing of  chicken  eggs, which represent the bulk of egg production in the  United States  and Europe. Duck eggs are consumed as food in parts of Europe and Asia, and  goose  eggs are also a food in many European countries. Commercial production of turkey and pigeon eggs is almost entirely confined to those used for producing turkey poults and young pigeons (squabs). Pheasant and quail eggs provide birds for hobby or sport use. COMPONENTS: The structural components of the  egg  include the shell and shell memb