Vitaut wrote:
>>> int main(){
>>> Window win(800, 500, "fl_pm v. 0.001");
>>> win.begin();
>>> for(short i = 1; i>20; i++){
>> Oops! Say hello to typo ^^
> Sorry, I didn't understand.
He's saying there's a bug in your code.
Your loop won't execute at all because you have i>20
instead of i<20.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

