memcpy() requires the length, so use strcpy() which doesn't as long as your string does not contain embedded nulls (which username and password should not anyway)
memcpy() requires the length, so use strcpy() which doesn't as long as your string does not contain embedded nulls (which username and password should not anyway)
harleyskater (24th June 2010)
Bookmarks