You are viewing a single comment's thread. Return to all comments →
The c# method has error here :: PrintSinglyLinkedList(llist->head, "\n", textWriter);
The -> operator is not allowed c# (pointer only for c/c++).
Use another compiler.
Seems like cookies are disabled on this browser, please enable them to open this website
Insert a node at the head of a linked list
You are viewing a single comment's thread. Return to all comments →
The c# method has error here :: PrintSinglyLinkedList(llist->head, "\n", textWriter);
The -> operator is not allowed c# (pointer only for c/c++).
Use another compiler.