News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

this is a bug ?

Started by sixth, March 14, 2011, 07:19:20 PM

Previous topic - Next topic

sixth

char *Text = "??<";
char TextLen[12];

_itoa(strlen(Text),TextLen,10);
MessageBox(0,Text,TextLen,0);

output:
Text = "}"
TextLen = 1

sory my english little if Text change to "?l<" then not any prob.

TimoVJL

May the source be with you