hi!
i want to concatenate a string with an integer that's why i used this code :
++k;
char f[50];
sprintf(f,"%d",k);
strcat ( f,"N");
but what i got is this ( for example :1N) and what i want is some thing like this : N1
Could you please help me with this
Thank you verry muuuuch
good night