User profile: vixiet

User info
User name:vixiet
Location:Cedar Rapids, IA
History
Joined:
Number of posts:3
Latest posts:

Calculating Pi Problems
I looked at your code closer. I cleaned it up a bit, mostly got rid of a couple variables you don't ...

Need Help Calculating Pi and the percent error
Is this more like what you really want? #include<cmath> #include<fstream> #include<iostream> #inclu...

File size on huge files
I have a customer's file that is very nearly 4gb. I have a C++ program I'm using on it and the first...