Search:

Type: Posts; User: giancu

Search: Search took 0.01 seconds.

  1. Thread: Using calloc

    by giancu
    Replies
    10
    Views
    2,483

    Thanks for your reply! In my naivety I thought...

    Thanks for your reply!
    In my naivety I thought that malloc/calloc function will allocate memory and somehow
    keep track of the allocated size (it is anyway given as a parameter), so that free
    will...
  2. Thread: Using calloc

    by giancu
    Replies
    10
    Views
    2,483

    View Post

    <<mod edit - split from thread >>

    Hi there,
    i am also new to c programming and have also a question concerning the malloc/free functions.
    The following code:


    double *pAr =...
Results 1 to 2 of 2