Search:

Type: Posts; User: Takyon

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    12,135

    Aha!!, but i only need 1 object

    Aha!!, but i only need 1 object
  2. Replies
    17
    Views
    12,135

    Yes , i havenīt the segmentation problem now!...

    Yes , i havenīt the segmentation problem now!
    but how can i know if all the mem is free??
  3. Replies
    17
    Views
    12,135

    casting void * isnīt silly , are old manners

    casting void * isnīt silly , are old manners
  4. Replies
    17
    Views
    12,135

    But i have a global variable, i am doing a...

    But i have a global variable, i am doing a library for general proposes. Why i canīt use a global variable??

    I have the same code for 2D nodes matrix , i use a global variable, not static, and...
  5. Replies
    17
    Views
    12,135

    Ok , i have read the FAQ, seems that is no...

    Ok , i have read the FAQ, seems that is no problem casting malloc if i use stdlib.h, and i am using it.
  6. Replies
    17
    Views
    12,135

    Please, can u read my message another time? I...

    Please, can u read my message another time?
    I say that the function works fine, the mem is allocating rightly, the problem is using the freeing function. the malloc don't give me problems, i can...
  7. Replies
    17
    Views
    12,135

    allocating 3d Matrix

    HI! i have designed a function to allocate a 3d matrix elements.

    the function is:


    /* mem_node_matrix_3D {{{ */
    Node3D ***mem_node_matrix_3D(int m ,int n, int l )
    {
    int i,j,k;
    int...
Results 1 to 7 of 7