User profile: Lynx876

User info
User name:Lynx876
Name:Dave
Location:UK
Website:http://sites.google.com/site/davevisone/
Bio:http://www.youtube.com/user/DaveVisone?feature=mhee

C++ Chat. If my PC is on, I'll be on here:
https://sites.google.com/site/davevisone/home/chat
History
Joined:
Number of posts:742
Latest posts:

Who's the winner?
As your num0-num7 are in main. When you pass them to the function and change them, they wont change ...

Project recommendations?
There are some exercises on this site too, from a member: http://www.cplusplus.com/forum/articles/12...

set console position
[code]#include <windows.h> int main() { HWND consoleWindow = GetConsoleWindow(); SetWindowPos( c...

Email Address Validation
It says nothing about the use of [code]continue;[/code]. Use a for-loop, one iteration. When a 'rul...

private string setters and getters
Thank you Anon!! I actually searched around and found little information. Even made a thread on her...