C/C++
m_floyd.asc
Associated article: Roll Your Own Object-Oriented Language
Tags: C/C++
_ROLL YOUR OWN OBJECT-ORIENTED LANGUAGE_ by Michael Floyd [LISTING ONE] /* File : OOP.PRO -- Include file that adds inheritance mechanism and message passing facility. This file also declares the object-oriented predicates msg(), method(), has(), and is_a(). Objects are implemented ...


