Category : C Source Code
Archive   : C-ALL.ZIP
Filename : TI816.ASC

 
Output of file : TI816.ASC contained in archive : C-ALL.ZIP







PRODUCT : Turbo C++, Borland C++ NUMBER : 816
VERSION : All
OS : PC DOS
DATE : September 11, 1991 PAGE : 1/1

TITLE : Member Function Attributes Table




The table below summarizes the characteristics of constructors,
destructors, conversion functions, and other member and friend
functions available in C++ classes.

| | can be | return | member | generated
| inherited | virtual | type? | or friend | by default
--------------------------------------------------------------------------
constructor | no | no | no | member | yes
destructor | no | yes | no | member | yes
conversion | yes | yes | no | member | no
= | no | yes | yes | member | yes
() | yes | yes | yes | member | no
[] | yes | yes | yes | member | no
-> | yes | yes | yes | member | no
op= | yes | yes | yes | either | no
new | yes | no | void * | static member | no
delete | yes | no | void | static member | no
other operator | yes | yes | yes | either | no
other member | yes | yes | yes | member | no
friend | no | no | yes | friend | no































  3 Responses to “Category : C Source Code
Archive   : C-ALL.ZIP
Filename : TI816.ASC

  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/