Class derivation / Shared functions question?So if I have a pure abstract base class as so: [code] class A { public: virtual void message1() ...
Abstract base class / derivation question?I have an abstract base class. [code] class A { public: virtual void message() const = 0; ...
Can someone tell me what I'm doing wrong?My gcc compiler is screaming at me when I run this code, what am I doing wrong here? There is also a...
Need help with assignmentI haven't slept the whole night trying to figure out what is going on here :( because intellisense i...
Need help with assignmentError 1 error MSB8020: The build tools for v141 (Platform Toolset = 'v141') cannot be found. To buil...
This user does not accept Private Messages