User profile: vince1981

User info
User name:vince1981
Name:Vince
Location:Salt Lake City
History
Joined:
Number of posts:23
Latest posts:

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 eratosthenes
Thanks for the tips. I changed a few things around and got everything working with no errors. Final...

sieve of eratosthenes
Is this a matter of syntax? What I want to do is [code]continue[/code] if the value stored in [code]...

sieve of eratosthenes
So this is my first time using vectors, and I have no idea what "out of bounds" means. Also, does th...