Search:

Type: Posts; User: MrMe

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,752

    yeah.... now I have a different problem I have no...

    yeah.... now I have a different problem I have no answer to...... maybe you could answer exactly what this function does with the string...


    void foo(char *string, int length)
    {
    char temp;
    ...
  2. Replies
    9
    Views
    1,752

    The thing is, I'm not, but I have this "study"...

    The thing is, I'm not, but I have this "study" question that asked this question and I couldn't figure out why.... it wasn't suppose to work...
  3. Replies
    9
    Views
    1,752

    Ah, that makes sense. I thought an integer could...

    Ah, that makes sense. I thought an integer could hold higher numbers... guess it does depend on the system and/or the compiler...

    Thanks! :D
  4. Replies
    9
    Views
    1,752

    Newbie Question integers and variables

    Hi all!

    I'm a newbie and wonder why:

    int a, b, c;
    a = 5;
    b = 12000;
    c = a*b;
    printf("%d", c);
Results 1 to 4 of 4