Forum: C Jun 11th, 2004 |
| Replies: 3 Views: 5,904 Thanks to all people that replied.
I finally found the solution. I'm posting the method for sorting below:
void List::listsort(){
element *p, *n, *flag, *anterior;
bool sortiert;
do {
... |
Forum: C Jun 8th, 2004 |
| Replies: 3 Views: 5,904 Hi!
Pls, somebody help me!! I'm stuck here since days. I don't know, what i'm doing wrong. |