TOPIC | 391.0 | Call to overloaded operator ++ fails with "the argument list ... supplies 2 argument(s)" |
| 391.8 | Tue Aug 03 1993 04:24 | You mixed pre- and post-increment ++ | 25 lines |
TOPIC | 1107.0 | ?Best way to implement a BOOLEAN class |
| 1107.1 | Wed Feb 10 1993 06:31 | Why not use enum? | 22 lines |
TOPIC | 1115.0 | DLL & PASCAL calling conv. |
| 1115.1 | Mon Feb 15 1993 11:09 | | 15 lines |
| 1115.3 | Wed Feb 17 1993 03:18 | C or C++ functions possible | 16 lines |
TOPIC | 1142.0 | Syntax for pointer-to-member-fn in member-fn? |
| 1142.1 | Tue Mar 02 1993 04:32 | A little prettier... | 42 lines |
TOPIC | 1147.0 | operator+ overloading |
| 1147.3 | Mon Mar 08 1993 03:07 | Always define = and copy when allocating memory | 10 lines |
TOPIC | 1396.0 | Wed Jul 28 1993 04:30 | Who needs 'operator void* ()'? | 13 lines |
| 1396.3 | Wed Jul 28 1993 10:43 | Ah, yes! | 1 lines |
TOPIC | 1428.0 | Mon Aug 23 1993 05:49 | Can you define a template and non-template class with the same name? | 19 lines |
| 1428.2 | Wed Aug 25 1993 03:49 | OK, but...? | 7 lines |
TOPIC | 1515.0 | Tue Oct 05 1993 06:00 | Deriving from templates | 17 lines |
| 1515.2 | Fri Oct 08 1993 05:24 | Problem<T> | 50 lines |
TOPIC | 1527.0 | what is the size of sizeof(foo&) |
| 1527.1 | Wed Oct 13 1993 05:43 | Unclear...? | 27 lines |
TOPIC | 1542.0 | Pointer to member function - unclear on the concept |
| 1542.3 | Thu Oct 21 1993 06:56 | Address of instance member function is irrelevant | 26 lines |
| 1542.5 | Fri Oct 22 1993 05:14 | You're welcome, here's further reading! | 14 lines |