Search:

Type: Posts; User: nunnu

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,432

    thank you!

    thank you!
  2. Replies
    2
    Views
    1,432

    passing pointers at structs thru functions

    Somehow this won't work, and I cannot figure out why.. !


    Environment* f;
    f = fillEnvironmentF(e);



    Environment* fillEnvironmentF(Environment* environment){
    Environment fEnv;
  3. Replies
    3
    Views
    990

    I thougt I would only free the last ones...

    I thougt I would only free the last ones allocated , not everyone then ? Or? Because I call the function who allocates several times.
  4. Replies
    3
    Views
    990

    when use free here

    I don't know when to use free() here, I want to make sure that I remove all allocted memory. I allocate everytime I call my function, and that is a lot of times. Where and how can I use free so that...
  5. Replies
    3
    Views
    1,794

    Thanx! Now at least that works.

    Thanx! Now at least that works.
  6. Replies
    3
    Views
    1,794

    changing value in an array by using a function

    I have some problems with this code. I am trying to change the values of the selectedArrays below by calling this function. But it doesn't work. Can anyone see why?
    I know that the Stores,Suppliers...
Results 1 to 6 of 6