severel problems (c/c++)

Programming, for all ages and all languages.
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

k, seems like i need another compiler.
ATM im using dev-c++, which includes both gcc and g++ i think.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

Could just as well be a problem of your library. Anyway, I think this whole thread proves that unsigned long long doesn't solve your problem. You might want to look into the various available BIGNUM / BIGINT libraries.
Every good solution is obvious once you've found it.
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

my cratest consern was actually the printf misbehaviour.
Post Reply