• Operator ":"
    Hi, I saw this expression in a header file, and I don't know what ":" means, will you please tell me. unsigned char variable : 2; thanx
  • The "sizeof operator with string" bug when use command line in "output window"
    I do not speak english,so i try to show my meaning When you use command line in debug mode, sizeof("a") //value is 1 sizeof('a') //value is 2 would got wrong value. seems been upended. ...
  • STRINGS
    iam working with cygnal microcontrollers c8051f124,we are generating our own protocol using pwm . i have actually implemented my project in 2 phases,1in c and another in assembly. in the c file iam...
  • Strings and arrays
    Hello people, My question is C langage use. I'd like to define a list of strings and to compare this list with a string incoming from the UART in order to build a command line interpreter. The...
  • STRING (XDATA)
    Hi All, Target : ST Micro uPSD3354V I have a number of (implicit) strings in my application that I want to move from CODE space to XADATA as I am approaching the 64KB threshold, and I do not...