User profile: Timaster

User info
User name:Timaster
Email:timaster@gmail.com
History
Joined:
Number of posts:52
Latest posts:

Making Change
Making Change? All you have to do is vote for Obama. :)

binary output of any type
[code]#include <iostream> void binOutput(unsigned char*,size_t); int main() { bool variable...

Need assistance with beginner collision code
I'd recommend that you start C++ without Allegro, first... but I don't know anything about Allegro, ...

password strenght determination
Oh good. I was about to post a table, but if you got it, cool :)

password strenght determination
Yep. And since I promised... [code]if (!isalpha(password)&&!isdigit(password)) verify4 = 'y';[/...