Search:

Type: Posts; User: senthilpr_in

Search: Search took 0.00 seconds.

  1. Firstly, thx everyone. Dave, I did the additon...

    Firstly, thx everyone. Dave, I did the additon in hex mode when posting. Sorry ! about that.

    The problem is with the different variables I have used in the first malloc and the following for...
  2. malloc() allocs memory already allocated to something else - help

    Hi all,

    I'm trying to readin a 2D array of long integers, of unknown row and col size to start with.

    Here is the relevant part of the code


    ...
    ...
    long int **datacols;
Results 1 to 2 of 2