Search:

Type: Posts; User: komacan

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    5,372

    I ve already read but nothing founr so I am here!

    I ve already read but nothing founr so I am here!
  2. Replies
    12
    Views
    5,372

    but this must be controlled by a variable "%5d"...

    but this must be controlled by a variable "%5d" part must be controlled

    and also I am obligated to write in C but in c++ file
  3. Replies
    12
    Views
    5,372

    sorry it is sprintf(form, "%s", "%5d"); ...

    sorry it is

    sprintf(form, "%s", "%5d");

    not *form
  4. Replies
    12
    Views
    5,372

    and it is c++ but we're not using its GUI

    and it is c++ but we're not using its GUI
  5. Replies
    12
    Views
    5,372

    actually I am trying to control ...

    actually I am trying to control

    sprintf(*form, "%s", "%5d");

    in this line %5d must be controlled by a variable!
  6. Replies
    12
    Views
    5,372

    printf whitespace control

    Hi guys I need to now that I can control the white spaces in the printf("%5d") defined by 5.

    In my program I need to control it to implement or decrement. So instead of using %5 what can I use.
    ...
Results 1 to 6 of 6