#include #include int main(int argc, char** argv) { VentanaMatrices window(10,50); window.cambiar(); return Fl::run(); }