User: ForeignCurs

  • Public profile

User profile: ForeignCurs

User info
User name:ForeignCurs
History
Joined:
Number of posts:37
Latest posts:

Computer allocates same pointer twice
I just don't know any other way. I don't want to keep a list of Vectors because I don't know how to ...

Computer allocates same pointer twice
There is additional code involving putting pointers in a list. Since that does not destroy pointers ...

Computer allocates same pointer twice
So I have this code snippet: [code]Vector * vec; for ... { vec = new Vector(x,y,z); doSomething(vec...

Array not correctly deleted?
I'm wholly open to suggestions that are also constant in time to access. Currently I employ the sin...

Array not correctly deleted?
[quote]I'd say one (most likely but not necessarily the last) of them isn't deleted. We can't help y...

This user does not accept Private Messages