Search:

Type: Posts; User: byfreak

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,913

    thanks. itīs good! but itīs sounds strange,...

    thanks. itīs good! but itīs sounds strange, doesnīt? it might be
    { ... }, hence "where thereīs 1 instruction you can put 1 or more in that place."...

    Thanks
  2. Replies
    6
    Views
    2,913

    Thanks, but it´s wrong. This way it returned the...

    Thanks, but it´s wrong. This way it returned the rightmost expression and returned both other expression inconditionally.

    Someone else?

    Thanks.
  3. Replies
    6
    Views
    2,913

    ternary operation with compound instruction

    Hello guys.
    By the specification of C I know i can use several instructions (with ) instead of use just one. But is it true if iīm using a ternary operation?
    i.e.,

    x > 10 ? printf( "x > 10\n" )...
  4. Replies
    2
    Views
    2,567

    thanks!

    thanks!
  5. Replies
    2
    Views
    2,567

    decimal ascII character

    hello.
    i know i can use printf( "\xHH" ); to print an ascII character, in HH hex number.
    But, how can i do it using a number in decimal format? something like that: printf( "\DDD" ); and DDD is a...
  6. Replies
    3
    Views
    2,403

    decimal ascII character

    hello.
    i know i can use printf( "\xHH" ); to print an ascII character, in HH hex number.
    But, how can i do it using a number in decimal format? something like that: printf( "\DDD" ); and DDD is a...
Results 1 to 6 of 6