Forum: C++ Jan 19th, 2009 |
| Replies: 4 Views: 2,094 Or *mumble mumble*
if(result > 99999)
{
exit(1);
} |
Forum: C++ Jan 9th, 2009 |
| Replies: 4 Views: 486 Okay I'm out of my league hear, but this sounds similar to your problem.
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/603b02f1-754d-4298-b7fa-fe4203c0ab81/ |
Forum: C++ Jan 7th, 2009 |
| Replies: 4 Views: 486 Well if I remember correctly the Console.Beep is part of the system namespace. So you might want to research the system namespace, which could be causing the BEEP that you are hearing. |
Forum: C++ Jan 7th, 2009 |
| Replies: 9 Views: 771 I'm not sure if this will work, but try
while(keywords>>keyword != NULL) |