News

I recently had reason to run some of my code ( I'm on OSX 10.5 ) using Xcode's guard malloc, and boy did it explode. It's odd, because the code runs fine in release mode. In fact, the code's ...
This is a real noob question, but it should be possible to have a union that contains multiple vector types, right? I've been running into innumerable compiling errors, mostly to do with the ...