Could someone tell me what the point of something like this would be...
class Key : public KeyType
{public:
char value[20]
Key(char* newKey)
{strcpy(value, newKey);
}
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |