class CForumUser
{
public:
.....CForumUser(int desiredpostrate=NORMAL) {postrate=desiredpostrate; } /* Constructs the object */
/* Other members of the class */
private:
.....int postrate;
.....int postcount;
}
int main(void)
{
....CForumUser Professur(HIGH),Luis_G(HIGH); /* Declares and constructs the objects */
........ /* Rest of the code */
}
As you can see Professur, there's the reeason, we were "declared" that way.
tag for that kinda thing, you know? :headbang:
Oh, I guess I should probably welcome Maxy as well, since that's the topic of this thread, but this is [b]Off Topic[/b] Central, eh? :D
Welcome! :headbang: