Search:

Type: Posts; User: budala

Search: Search took 0.17 seconds.

  1. Replies
    12
    Views
    53,979

    oops, I changed the order of instructions red and...

    oops, I changed the order of instructions red and blue.

    I don't want to keep track of the size, I want to have a dynamic array and calculate its size
  2. Replies
    12
    Views
    53,979

    length of dynamic array

    how do I get the length (or size) of a dynamic array? tried this but I get 0


    #include <stdio.h>
    #include <stdlib.h>


    typedef struct a
    {
    int age;
Results 1 to 2 of 2