Search:

Type: Posts; User: lv2eof

Search: Search took 0.00 seconds.

  1. Thread: Dynamic Memory

    by lv2eof
    Replies
    3
    Views
    984

    Dynamic Memory

    Hi Bayint Naung,

    You are write. That's the answer. The funny thing is that I had remember that and I had already tryed, but I certainly made a mistake somewhere and it didn't work but this time it...
  2. Thread: Dynamic Memory

    by lv2eof
    Replies
    3
    Views
    984

    Dynamic Memory

    Hi,

    I have these two similar programs.
    The first:



    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
  3. Replies
    4
    Views
    8,000

    Pointer to union inside struct

    Hi,

    I have the following program:



    #include <stdio.h>

    typedef struct
    {
Results 1 to 3 of 3