Ch4 MagicMind
Hey When i run the code it works until i enter the second guess:
GNU gdb 6.3.50-20050815 (Apple version gdb-1708) (Thu Nov 3 21:59:02 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".tty /dev/ttys001
[Switching to process 12588 thread 0x0]
2012-03-15 17:15:19.535 MagicMind[12588:707] You are on guess number 1
2012-03-15 17:15:19.537 MagicMind[12588:707] Enter your guess:
rrrrr
2012-03-15 17:15:26.600 MagicMind[12588:707]
Correct Color And Position: 0
Correct Color Only: 0
2012-03-15 17:15:26.601 MagicMind[12588:707] You are on guess number 2
2012-03-15 17:15:26.601 MagicMind[12588:707] Enter your guess:
ooyyk
sharedlibrary apply-load-rules all
(gdb)
I also downloaded the code from online and got the same thing. Any ideas?
|