I'm working on a C++ project for practice right now (hoo-ray) and have a question about accessor functions for my C++ classes.<BR><BR>As I understand it, these are normally made inline so that the ...
I'm trying to create a "Controllable" interface, that allows a "Controller" object to manipulate the value of generic Controllable objects' variables. Since the Controllable objects are typically ...