Ok, now there's no warning in the compilation, but the executions continues producing a Bus error.
I've made a backtrace full, and here it is :
1 2 3 4 5 6 7 8 9 10 11 12 13
#0 0x93992f30 in strlen ()
No symbol table info available.
#1 0x9398cb71 in __vfprintf ()
No symbol table info available.
#2 0x939bfe67 in vfprintf_l ()
No symbol table info available.
#3 0x939bfdf9 in fprintf ()
No symbol table info available.
#4 0x00002935 in Algoritmo::Imprime_Grafica (this=0xbffff8cc) at Algoritmo.H:622
gp = (FILE *) 0xa048f4c0
path = 0x1002ec "puntos2.dat"
......
There's an strange error in strlen or something like this, but I've got no idea :S :(