No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I use Cisco VPN Client software on Windows XP to access a client's remote network. However, they force me to use their proxy server to access the Internet. I only use one system on the remote network, but I don't want the rest of my traffic going through the VPN, …
I've noticed some inconsistencies in the way different Outlook version handle the file creation and modification timestamps for saved attachments. Whenever my coworker (running Outlook 2007 SP2 on Windows XP) saves an attachment, it is timestamped using the moment that the attachment was saved to the file system. However, whenever …
I think you understand do...while loops. However, your problem lies in your use of C++ console input. The getch(char ch) function always skips whitespaces. This includes <space>, <tab>, and <newline>, which, unfortunately, you are relying on to terminate your input loop. The '\r' character, along with ' ', '\n', '\t', …
The End.
thehap