newcatxhttp://softtime.ru/cppобработка ошибокhttp://softtime.ru/cpp/read.php?id_forum=1&id_theme=181есть код: #include "iostream.h" class A { public: virtual int get() {return 0;}; }; int main() { A* a=(A*)malloc(sizeof(A)); cout""a-"get();...Форум C++Wed, 14 Feb 2007 17:46:57 +0300newcatx