Omni
|
I needed some quick types for something I'm working on, and I really didn't want to use pass-by-reference or pre-sized arrays to do it. So I made a DMA-based array and my own linked-list library (with partial inspiration from Feyr).
The main draw for these two libraries is...extreme simplicity. ...Extreme. If they're not understandable after looking at them for as little as five minutes, there's a chance you're not trying. Especially with the array library. They come with a quick reference and code examples, as well as a VC demonstration (though that's kinda redundant...).
There are probably better examples of libraries here (I've got no clue how to do things like memory leakage cleanup that Feyr did for his libraries) but I needed something quick, and simple, and maybe someone else could too.
http://www.verge-rpg.com/files/detail.php?id=614
Posted on 2005-07-03 22:51:48
|