Array sorting using pointer to pointerProblem SOLVED. Thank you al for helping. To sum it up: 1. The routing was working correctly ...
Array sorting using pointer to pointerI tried to post only as much of the code as necessary to describe the problem. The whole code is of ...
Array sorting using pointer to pointerI currently have (*ptpt[j]).seq_num ptpt[j]->seq_num yields the same bad result since the two forms...
Array sorting using pointer to pointer[quote]*(ptpt[i])[/quote] Using that in the comparison yields a compiler error. If you mean [code...
Array sorting using pointer to pointerhelios, I have already tried [code] if( ptpt[l]->seq_num <= ptpt[j]->seq_num [/code] same (bad)...
This user does not accept Private Messages