Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
In the code I'm hacking they have a home grown boolean array. One example is that it has a boolean array of business days, holidays and a few others. Rather than use the existing class I am somewhat leaning toward replacing the boolean array class with either std::vector<bool> or std::bitset. Note that the original code I am porting contained its own string, array, map and set classes, which I am replacing with either the STL or RogueWave analogs to the STL. (What I'm doing is writing part of a new product, but I need to preserve many of the classes.) -- Jerry Feldman <gaf at blu.org> Associate Director Boston Linux and Unix http://www.blu.org -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |