27.07.2012, 00:56
did it work?
by the way, you probably should use switch and cases instead of all the else if, I think that's faster, I've just started using it some days ago and it's also faster writing when you get comfortable with it
(it was just a tip, if you like else if better you should probably stick to that ^^)
(and another tip i just saw is just placing the counter ++; in the end, no meaning of having it on every line since you anyways do the same with it in all cases ^^)
(sorry if I should like some idiot xD I'm just trying to help )
by the way, you probably should use switch and cases instead of all the else if, I think that's faster, I've just started using it some days ago and it's also faster writing when you get comfortable with it
(it was just a tip, if you like else if better you should probably stick to that ^^)
(and another tip i just saw is just placing the counter ++; in the end, no meaning of having it on every line since you anyways do the same with it in all cases ^^)
(sorry if I should like some idiot xD I'm just trying to help )