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
2024-07-04 19:52:56 +03:00
..
cfun.c My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
main.cpp My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
makefile My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
readme.txt My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00

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.