User profile: GenTiradentes

User info
User name:GenTiradentes
History
Joined:
Number of posts:74
Latest posts:

64-bit Ints Taking Toll on 32-bit Performance
I'd rather avoid external libraries if possible. Sixty-four bits is all the storage I need, anything...

64-bit Ints Taking Toll on 32-bit Performance
I'm writing an application which makes extensive use of 64-bit integers for mathematical operations....

Shallow copy causing crashes
[quote]Who writes a C++ class with pointers and doesn't add a copy constructor or has the copy const...

Shallow copy causing crashes
I have a custom created class which I'm using to modify a custom data type using overloaded operator...

Raising to power returns zero
I'm trying to find the maximum number of combinations for a given character set and string length us...