Search found 2 matches

by netbus
2005-12-25 12:57
Forum: Programmer's Help
Topic: lock 2 key please help !
Replies: 3
Views: 2676

joakim_tosteberg hm.. that doesn't help me much... i need to know exactly... :( please can u halp me? :D


PseudonympH why std::string? what;s the difference?
by netbus
2005-12-23 12:48
Forum: Programmer's Help
Topic: lock 2 key please help !
Replies: 3
Views: 2676

lock 2 key please help !

i cant make a working lock2 key function in c++ ( vs 2005). the examples from wiki dont work made this char *creaza( char * lock) { char *key=new char[100]; int len=strlen(lock); int i; for (i = 1; i < len; i++) key = lock ^ lock[i-1]; key[0] = lock[0] ^ lock[len-1] ^ lock[len-2] ^ 5; for (i = 0; i ...