Prevent program from crashing when entering a char in an int?So I have my code, and you have to write a number. But if you enter a character it just shuts down.....
Filling array with unique numbers?@cire Now I see! THANKS mister! I finally understand! :D
Filling array with unique numbers?@cire That might work, but I have to explain what that does for the teacher, and I understand about...
Filling array with unique numbers?I might be close to an solution. But the thing is, after tal[search]; has compared itself to tal[x] ...
Filling array with unique numbers?@fun2code You see, that's impossible, since it will be [code]if(tal[0] == tal[0])[/code] because bot...