Making ChangeMaking 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 codeI'd recommend that you start C++ without Allegro, first... but I don't know anything about Allegro, ...
password strenght determinationOh good. I was about to post a table, but if you got it, cool :)
password strenght determinationYep. And since I promised... [code]if (!isalpha(password)&&!isdigit(password)) verify4 = 'y';[/...