error: Ambiguous call to overloaded functionSo I write this program [code] #include <iostream> #include <cmath> using namespace std; int ma...
In need of assistanceok thx people :) I did it. Also, if you want some problems to solve, go to www.projecteuler.net Thx ...
In need of assistanceK so I need to find all multiples of 3 and 5 below 1000 and add them all up. Unfortunately I'm kinda...