static void function in a classThanks NT3, In the context of what you are saying that would make sense after looking at the above ...
static void function in a class Here's the entire program: [code] // multiple inheritance #include <iostream> using namespace std...
static void function in a classHello, In the tutorial section titled "Inheritance" the last program declares a function in "clas...
static variable w/in a classThanks! I couldn't figure out why Dummy b[5] [i]wasn't[/i] an array, but now I see how an array wit...
static variable w/in a classHello, In the Classes II portion of this site's excellent tutorials I encountered some things tha...