From Jcurtis@VERT to ALL on Fri Jul 4 14:42:03 2025
A short example using BIDS classes, from page 237 of the Borland C++ Programmers Guide (version 3.1). Stepping through it with the debugger
F7 key shows what's inside. Compile with the debug library.
int
main ()
{
lArray a (2);
for (int i = a.arraySize (); i; i--) {
ostrstream os;
os << "string" << i << ends;
a.add (*(new String (os.str ())));
}
cout << "array elements; \n";
for (i = 0; i < a.arraySize (); ++i) {
cout << a[i] << endl;
}
return (0);
}
* SLMR 2.1a *
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
From Jcurtis@VERT to ALL on Sat Jul 5 13:28:29 2025
Re: BC3 template library
By: Jcurtis to ALL on Fri Jul 04 2025 02:42 pm
A short example using BIDS classes, from page 237 of the Borland C++ Programmers Guide (version 3.1).
Borland examples can lead you astray ... such as this one ... maybe I'll post why later ...
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
Who's Online
Recent Visitors
Godfather
Thu May 21 09:34:48 2026
from
Underground, Us
via
Telnet
Gullytaucher
Sun Feb 22 07:08:12 2026
from
Traunreut, Germany
via
Telnet
Gullytaucher
Sun Feb 22 06:46:12 2026
from
Traunreut, Germany
via
Telnet
Bishop
Sat Feb 14 20:00:36 2026
from
Philadelphia
via
Telnet