Search:

Type: Posts; User: karakral

Search: Search took 0.09 seconds.

  1. Thread: Unsure

    by karakral
    Replies
    2
    Views
    1,316

    Re: Unsure

    That is a type of format of printf method to print in monitor
    %.2f means : the % character takes it's usual meaning here -- to substitute with a value (here, with 2 decimal places)
    that depend on...
  2. Thread: Amazing code

    by karakral
    Replies
    3
    Views
    896

    Re: Amazing code

    my question isn't about cast my question is i trace program my answer was 64
    my question is what is that exactly
    for (;
    !(d[p] >= d[h--]
    &&
    ++h == p++) {}
    my variables are p = 0 and h = 4 , so...
  3. Thread: Amazing code

    by karakral
    Replies
    3
    Views
    896

    Amazing code

    Hi all

    i saw slice code in linkedin.com unfortunately i can't undrestand that on the other hand it's woderfull slice for me
    is anybody here to help me
    i know char t[] convert to numeric so we...
Results 1 to 3 of 3