Не нашли язык программирования которой интересует?
Отправьте нам сообщение о своих предпочтениях:
[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++