Search:

Type: Posts; User: Jang

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    5,482

    Thanks. Short followup question - something I...

    Thanks.
    Short followup question - something I don't really understand about char* in general.
    if I did say

    void myFunction(int* pnInput)
    {
    *pnInput = 500;
    return
    }
  2. Replies
    3
    Views
    5,482

    *szString = things question/memory question

    Hi,
    I wasn't sure what to google for this one, but I did try (at least a little).

    I'm wondering what happens, with respect to memory, when you do this


    void myFunction(char* szInput)
    {...
  3. Replies
    0
    Views
    702

    Making a library in C, that uses some C++

    Hi,

    In summary, I'm getting an unresolved ext symbol error when trying (in some test exe) to use a C library I've made that includes some C++ (extern and all that malarky).

    I'm quite new to...
  4. Replies
    4
    Views
    1,141

    Thanks for the swift reply.

    Thanks for the swift reply.
  5. Replies
    4
    Views
    1,141

    How much will free(x) free?

    How does free(x) know when to stop?
    I'm not sure if my question even makes sense, cause I don't know how free works (I've just learned that it needs to be used after we're done with anything that we...
Results 1 to 5 of 5