This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/samples/cppexamp/membfun/readme.txt

16 lines
432 B
Plaintext
Raw Normal View History

MEMBFUN
-------
to use: wmake test
description: The example illustrates the answers to two commonly-asked
questions:
(1) How can I code the hardware instructions for a member
function?
(2) How can I call a C++ member function from a C language
function.