Pretty easy to get that working, but now i want to compare if a specific tag was 'swiped'. Now I admit my C is SUPER rusty, but um, cannot figure out why this isn't working: (could be its a sign I should goto bed :) )
I assumed it cause after running code a few more times and printing both strings out, the code tag string would print just fine, the storedTag would print and every so often garbage would be printed out afterwards...
would it be wiser to use a
strcpy(storedTag, "360078AA4C"); ?
thanks guys,its been ages since i've dealt with strings in this manner. C# and Java hath ruined me.