problem of scale?Anyone ever take a look at GMP? I downloaded and tried to install once, and it was a nightmare. If a...
problem of scale?[code] int main() { long long user_number, sum=0, working, power; //gets base number co...
sieve of eratosthenesThanks for the tips. I changed a few things around and got everything working with no errors. Final...
sieve of eratosthenesIs this a matter of syntax? What I want to do is [code]continue[/code] if the value stored in [code]...
sieve of eratosthenesSo this is my first time using vectors, and I have no idea what "out of bounds" means. Also, does th...