Can I make this a constexpr?I have small array that I'm using to store some directional data. I'm trying to adapt this to be a ...
Why can I not link?I'm putting together a small project to generate tetrahedralizations of 3D meshes: https://github.co...
How to let user specify float size in data structure?I'm writing a library to do a math calculation. For my purposes I want to use 32 bit floats, but I ...
How to create white noise random hashing function?I'm trying to figure out how to build a random hashing function that emphasizes speed and repeatabil...
Should I cache to disk the memory used by my undo stack?I've written a program what uses an undo stack to keep track of edits the user makes. At the moment...
This user does not accept Private Messages