Vitaut schrieb:
> It compiles, but when pressing "stranka chars ...
...
> quit->redraw();
> for(short i = 1; i<=20, !(pwd_file.eof()); i++){
here: i<=20, !(pwd_file.eof())
evaluates to: !pwd_file.eof()
> c_a="";
...
> Sorry for long code.
what compiler do you use, see those warnings (multiple times in code)
that might change complete execution logic:
segfaults.cxx:165: warning: name lookup of 'i' changed
segfaults.cxx:127: warning: matches this 'i' under ISO standard rules
segfaults.cxx:154: warning: matches this 'i' under old rules
gombok
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk