Computer allocates same pointer twiceI 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 twiceThere is additional code involving putting pointers in a list. Since that does not destroy pointers ...
Computer allocates same pointer twiceSo 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