Hi guys.
I am making a bejewelled like game in windows console where if I get three of the same characters they will be destroyed and new characters will be added.
I have no idea how to generate a random letter either R, Y or B. I know that there is a rand() function but I am not sure if I can use it for characters or set a specific range to it.
I am really sorry if any of this is unclear or funny but I a complete newbie trying to get hang of it.