#include "example.h" int main(int argc, char** argv) { Example foo; foo.setDebug(35); foo.debug(stdout); fprintf(stdout, "the name of the class is %s\n", foo.name()); }