Click here to Skip to main content
15,898,371 members

Comments by Bit87 (Top 3 by date)

Bit87 30-Jul-16 23:21pm View    
I'm trying to make a queue of linked lists, I know that that syntax is really weird, but it works, maybe not the best way but it works :O, thanks for the advice of nodo->val = val, I didn't know that that little syntax move can affect how the code works.
Bit87 30-Jul-16 23:09pm View    
Sorry, my mistake, I mean if(nodo == NULL)
Bit87 28-Jul-16 22:16pm View    
Thanks for the explanation and for your time, at the end I had to do some changes but now it's working.

root->node = root->Insert(root->node, 9); // This is the final result