Мириамhttp://softtime.ru/cppПеределать задачу на очередь и списки))))http://softtime.ru/cpp/read.php?id_forum=1&id_theme=1258#include"fstream" #include"string" using namespace std; struct stack{ string inf; stack *next;}; stack *initstack(){ return NULL;}; void pushstack(stack *&h,string i){ stack*r=new...Форум C++Thu, 27 May 2010 08:52:58 +0300Мириам