#include #include #include "tabelka.h" #define x 100 #define y 1 void main() { int sinx; html_doc doc; html_center c1; tabelka t1(x,y),t2(3,3); doc.addChTail(&c1); c1.addChTail(&t1); // c1.addTail(&t2); for(int j=0;j