what i want to do is be able to remove the last character from my c string, now i thought i could do this sscanf(), but its driving me nuts it wasn't working at the start then i added an extra variable called grab and it worked, but it was removing one too many characters, so i changed the variable and now its not working again
here
is my code
mmmm i still dont understand how this will help, isnt what your example is doing is concatenating strings??
sorry im so used to using languages like c++, java and the like that im really having trouble using c style strings as i really never used straight c before so im not really familar with many c functions