Stringvec and shared memory iterators

J

John M Collins

Some time agao someone wanted a copy of some libraries I use all the time
but I've forgotten who it was.

They were:

1. A "stringvec" class library which provides most of the array functions
perl programmers are used to plus a class of vectors of vectors of strings
which is handy for producing neatly tabulated output with
left/right/centre justified columns possibly with headers.

2. Some templates for providing (currently) lists and dequeues in shared
memory using offset pointers and iterators so you can use "begin()"
"end()" "++" and "--" to go up and down, add and delete links etc.

They aren't the last word, I'm sure gurus will pick them to a million
pieces and they're tailored to software I'm working on but people not
wanting to reinvent every wheel might find them a handy starting point.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,230
Latest member
LifeBoostCBD

Latest Threads

Top