User profile: eager2no

User info
User name:eager2no
History
Joined:
Number of posts:8
Latest posts:

Array sorting using pointer to pointer
Problem SOLVED. Thank you al for helping. To sum it up: 1. The routing was working correctly ...

Array sorting using pointer to pointer
I 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 pointer
I 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 pointer
helios, I have already tried [code] if( ptpt[l]->seq_num <= ptpt[j]->seq_num [/code] same (bad)...

This user does not accept Private Messages