c++помогите с лабой в-5http://softtime.ru/cppc++помогите с лабой в-5http://softtime.ru/cpp/read.php?id_forum=1&id_theme=1306#post7173class Weapon { private: int c_Capacity; int c_CurrentCapacity; // текущее кол-во патронов int c_Calibre; int c_Distance; public: Weapon(){ c_Capacity=30; c_CurrentCapacity=30;...c++помогите с лабой в-5Thu, 25 Nov 2010 16:25:17 +0300Voroxc++помогите с лабой в-5http://softtime.ru/cpp/read.php?id_forum=1&id_theme=1306#post7152Вариант 5 Создать класс Veapon, содержащий следующие элементы: - поле "объем магазина" int Capacity; - поле "калибр" int Calibre; -...c++помогите с лабой в-5Thu, 28 Oct 2010 23:40:01 +0300яна