User profile: omegazero

User info
User name:omegazero
Name:Jason B
History
Joined:
Number of posts:8
Latest posts:

modulo and divide looping?
if you're using the int datatype, you're capped somewhere around 8 or 9 digits i believe. what yo...

error on overloaded string extraction operator
Hi, I'm creating a class BigInt which will be able to hold up to a 200 digit whole number, we want t...

Small question on displaying ints
you would be better off declaring it as a char, your other option would be to use an int array to ho...

Calculator
well first thing i see is, it looks like atanf uses 2 arguements, you only pass it one. that shou...

How to make predefined function??
Just out of curiosity, why would you make two files? why not just name the .cpp a .h file and save t...