Closed FrankDMartinez closed 12 years ago
Hi, thanks for taking the time to edit my program and leave comments.
If bestp and bestc are uninitialized, there must have been a problem. So I'd suggest bestp = -1 and bestc = '\0'.
On 7/20/12 11:58 AM, xuinkrbin wrote:
I notice in gameComputer() in accessories.c the variables bestp and bestc might not be initialized before use. What would You say are sensible defaults for these variables?
Reply to this email directly or view it on GitHub: https://github.com/MTGandP/Typing/issues/4
Great, thanks!
I notice in gameComputer() in accessories.c the variables bestp and bestc might not be initialized before use. What would You say are sensible defaults for these variables?