#include "node.h" #include "string.h" node::node() { pnext=0; pfchild=0; } node::~node() { // cout << " :Rozpoczęto wywwoływanie destruktora "<addTail(an); } node * node::addChTail(node * an) { an->settab(tabulacje+1); if(!pfchild) return pfchild=an; else return pfchild->addTail(an); } /* html_center::html_center() { cout << " "; } html_center::~html_center() { if (pnext) { delete [] pnext;} } void html_center::Print() { wcinaj(); cout <<"
\n"; if(pfchild)pfchild->Print(); if(pnext)pnext->Print(); wcinaj(); cout << "
\n"; if(pnext)pnext->Print(); } */ //*********************************************************************************************************