User profile: SkyCountry

User info
User name:SkyCountry
History
Joined:
Number of posts:7
Latest posts:

static void function in a class
Thanks 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 class
Hello, In the tutorial section titled "Inheritance" the last program declares a function in "clas...

static variable w/in a class
Thanks! 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 class
Hello, In the Classes II portion of this site's excellent tutorials I encountered some things tha...