From Jcurtis@VERT to ALL on Friday, July 04, 2025 14:42:03
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 Saturday, July 05, 2025 13:28:29
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
Guest
Monday, June 09, 2025 01:11:00
from
System
via
Raw
Guest
Friday, June 13, 2025 01:43:51
from
System
via
Raw
Steven Wirsz
Thursday, June 19, 2025 17:18:18
from
Tempe, Az
via
Telnet
Tleeonly
Thursday, July 17, 2025 12:47:10
from
Joelton, Tn
via
Telnet