Mr A 0 Newbie Poster

hmm... when i make it a double it says "error: integer constant is too large
for "long" type" :-/ are you sure about 64bits? well it doesn't work :-/ i'm running MinGW if that helps anything...

btw the __int64 gave the same errormessage :-/
but hey it must be doable? ... i mean some kindof file i can include? :-/
thanks for all the help anyways

Mr A 0 Newbie Poster

ok thanks but that was not what i wanted to do :-/ ... i just need to store it so i can do calculations with it, such as sqrt and so on... :-/ anyone know how to do that?

Mr A 0 Newbie Poster

well, heh, i need some more help :o what does that program really do? :-) i mean i put my large number into that file and tried to run it and it printed out the number.... but how do i perform calculations on that number? :-/

Mr A 0 Newbie Poster

okay thanks for the help :-) i don't understand half of what that program does but i'll give it a try and try to find out :-) tho i thought there was some kind of file or something you could include for larger numbers support... bu really i have no idea :-) thanks again

Mr A 0 Newbie Poster

I need some help, heh, i have to store a twelve digit number somewhere... as i've understood it nothing like unsigned int or long double or anything won't work :-/ have i missed something? or can anyone point me to anything which i can use to be able to do this?... i have to be able to performe calculations on that number too... :-/
i'm using c++ by the way.