Page 1 of 1

Progress etc. :)

Posted: June 17th, 2012, 3:13 pm
by cookiez
Hi guys!

So I haven't been here in a while because of exams and stuff. But I still managed to work my way through 17 of chili's lessons.

Here I wanted to share with you guys what I did as homework for the 17th lesson. Maybe someone of you can give me advice on how to code nicer/cleaner or someone finds mistakes in my code.

Thankful for every kind of criticism / advice.

Regards, cookiez. :)

Re: Progress etc. :)

Posted: June 23rd, 2012, 9:32 am
by chili
Hey cookiez, good work on the homework. I think it mostly works properly, but when I try and enter more than 2 digits for the number of dice, it says invalid characters, so you have a bug in there bro. ;)

Re: Progress etc. :)

Posted: June 23rd, 2012, 6:10 pm
by cookiez
Thanks for the reply. I fixed the bug. It only occured when a digit of the number was a zero. I didn't have the zero covered in my switch-case for the StringToInt() for some reason...
Works fine now :)