Search:

Type: Posts; User: Maga

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    8,179

    Convert int to String (no itoa)

    Hello everybody,

    I guess this question has been asked before, but I couldn't find it...
    I need to write the function IntToStr, I can't use itoa, and I'm stuck. Could you please help me?
    ...
  2. Thread: redirect output

    by Maga
    Replies
    5
    Views
    2,192

    thanks pavun_cool, that code actually works, but...

    thanks pavun_cool, that code actually works, but I need to export the table to stdout, specifically to stdout, to handle it later.... does that make any sense? Or am I missing something here?
  3. Thread: redirect output

    by Maga
    Replies
    5
    Views
    2,192

    redirect output

    Hello all!

    I am stuck at something i thought would be easy... Ok, this is what I'm trying to do:

    I have a (char *) array with 4 columns and 20 rows, and I want to export it to stdout.

    How...
  4. Replies
    7
    Views
    1,307

    thanks guys!

    thanks guys!
  5. Replies
    7
    Views
    1,307

    dealing with ints stored in char variables

    Hello all,

    I'm learning C and I am doing a code review. Now I am looking at a line I have no clue what it's doing... could you guys help me out? It says:
    int number = (array[3] - '0') - 1; //...
Results 1 to 5 of 5