Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: Stoned_coder
Forum: C++ Oct 11th, 2005
Replies: 6
Views: 8,538
Posted By Stoned_coder
no its not legal. because you have used private inheritance your class now looks like this.....

class Bird
{
public:
Bird();
virtual ~Bird();
private:
void...
Forum: C Sep 11th, 2005
Replies: 5
Views: 8,144
Posted By Stoned_coder
why would you want to do that?
Forum: C++ Aug 12th, 2005
Replies: 54
Views: 13,244
Posted By Stoned_coder
a function prototype introduces the function to the compiler. It tells the compiler about what arguments the function takes and what it returns. A prototype looks like this...

return_type...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC