Forum: C++ Nov 9th, 2006 |
| Replies: 14 Views: 2,634 I noticed too that you declare shippos inside an if block { } and try to refer to it in the next if statement, which is in a different block of code. That is probably why it prints out as 0+228... |
Forum: C May 25th, 2006 |
| Replies: 5 Views: 18,784 Introduction
Hello everyone. This little code snippet shows you how to read in scan codes from the keyboard. It is slightly different than reading in a regular character. When you use the getch()... |