16 lines
432 B
Plaintext
16 lines
432 B
Plaintext
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.
|
|
|
|
|