Forum: C++ Jul 29th, 2005 |
| Replies: 3 Views: 2,061 Re: Abstract Class member function problem You can do that, and it will work, but what would be the point of creating a base class - derived class scenario like the one you did where functions in the base class only accept a single type of... |
Forum: C++ Jul 29th, 2005 |
| Replies: 3 Views: 2,061 Re: Abstract Class member function problem Hello Freemind:
I took a look at your code and actually attempted to run it in an empty default Visual Studio 6 project. It didn't compile but with different errors. The errors I recieved were... |