Category : Files from Magazines
Archive   : CUJ9310.ZIP
Filename : 1110062A

 
Output of file : 1110062A contained in archive : CUJ9310.ZIP
// SPStringList
class SPStringList: public SPList
{
public:
SPStringList(int sz= 6):SPList(sz){}
// copy lists, need to duplicate all internal strings
SPStringList(const SPStringList& n);
// assignment operator
SPStringList& operator=(const SPList& n);

int split(const char *str, const char *pat= "[ \t\n]+", int limit= -1);
SPString join(const char *pat= " ");
int m(const char *rege, const char *targ, const char *opts="");
friend SPStringList m(const char *pat, const char *str, const char *opts="")
{
SPStringList l;
l.m(pat, str, opts);
l.shift(); // remove the first element which would be $&
return l;
}
SPStringList grep(const char *rege, const char *opts="");
};



  3 Responses to “Category : Files from Magazines
Archive   : CUJ9310.ZIP
Filename : 1110062A

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/