Не знайшли мову програмування якою цікавитеся?
Надішліть нам повідомлення про свої переваги:
[email protected]
Голосуй за нові CodeGalaxy тести.
Беріть активну участь і створюйте нові C++ завдання для тестів.
Ознайомтеся з FAQ та дізнайтеся, як зробити свій внесок у CodeGalaxy спільноту та заробити Gravity.
virtual ~A()
Aug 24, 8:25:17 AM C++
But the destructors are not declared virtual. Does not that mean that only ~C() will be called?
Aug 17, 10:10:08 AM C++
Iso C++ 2011 10.4 $6 Member functions can be called from a constructor (or destructor) of an abstract class; the effect of making a virtual call (10.3) to a pure virtual function directly or indirectly for the object being created (or destroyed) from such a constructor (or destructor) is undefined.
Jul 30, 7:19:46 PM C++
Please fix this test. There is always wrong result with two values 211 and 112. But there is only one available to choose.
Jul 4, 11:47:05 AM C++