Search Results

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Stoned_coder ; Forum: C++ and child forums
Forum: C++ Oct 11th, 2005
Replies: 6
Views: 8,420
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++ Aug 12th, 2005
Replies: 54
Views: 13,130
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 2 of 2

 


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

©2003 - 2009 DaniWeb® LLC