Hi I'm 16 years old, and I am currently making a simple calculator using C++, I know most of what I need to make a calculator from youtube but I am just wondering can anyone PLEASE give me a SIMPLE, simple as in simple, not complicated english words everywhere, simple enough so a person who never program before understands please, use words like compiling and stuff is fine, just not too difficult.
Wut does the following do:
do {
switch {
}while
cin >>
and what is the difference between return 0; and return 1; and return 999999;
