User: spaggy

  • Public profile

User profile: spaggy

User info
User name:spaggy
History
Joined:
Number of posts:115
Latest posts:

Program with != Mem print on XP and Win7
Memory addresses and pointers are 64 bit (8 bytes) on a 64 bit machine, while they are 32 bits(4 byt...

Very Large numbers
It's a library for processing numbers of abritrary precision, so it does exactly what you want.

Template Class Help
The items var can be of type "T", but top and size must be an int as you are using it as an index. ...

segmentation fault whne using list::remove_if
I believe the problem is that you're modifying(deleting items) the container in your loop, which inv...

saving a series of cos terms in a txt file
Replace the line in the loop in the function that goes: some_function = ...+some_function; with func...

This user does not accept Private Messages