Actual philosophy[quote]You can do this with a circle and measure the resulting value, but you can't calculate it bec...
Trying to make my first 4-way calculator.. ehh you actually have to get the input from the user ;p. I thought you'd put that in yourself [c...
Pointers and References (trying to clear some things up)In the first case [code]&i[/code] returns the address of the variable i. So now [code]p[/code] point...
Trying to make my first 4-way calculator.. [code]char A;[/code](etc) just declares a variable called A of type char. Some random character wil...
Please help!!![quote]Is there an easy way to learn c++ as a kid[/quote] Try looking through some online tutorials...