Search:

Type: Posts; User: ulillillia

Search: Search took 0.01 seconds.

  1. I know that you can have characters higher than...

    I know that you can have characters higher than 0x7F in a signed char. The reason I can't is because arrays cannot go negative. I have an array that contains the list of start positions and widths...
  2. I do need unsigned char or my text drawing...

    I do need unsigned char or my text drawing function (this function provides word wrap) won't work due to the use of special characters (those after 0x7F such as the infinity symbol). I'm using a...
  3. sprintf and tons of warnings with types - how to remove

    Every time I use sprintf, I get this warning:

    warning C4057: 'function' : 'char *' differs in indirection to slightly different base types from 'unsigned char [2048]'

    I have the warning level...
Results 1 to 3 of 3