- #1
ermines
- 45
- 0
Guys, I'm starting to learn c++ and wanted to know hot to implement various operations using only + and -.
I'm trying to implement *, /, %, powers, and square root.
I've been experimenting with the for loop but can't seem to make it work. Any tips on how to do these?
Thanks :D
I'm trying to implement *, /, %, powers, and square root.
I've been experimenting with the for loop but can't seem to make it work. Any tips on how to do these?
Thanks :D