Forum: C++ Mar 22nd, 2007 |
| Replies: 1 Views: 1,067 here is a code about a circularlinklist,which its nodes contain a number between 1 to 2048(first node contains 1 and the lastnode contains 2048) and pointer P that refers to the last node...what does... |
Forum: C++ Mar 8th, 2007 |
| Replies: 3 Views: 1,689 I want to search a name in my doubly linkedlist and remove it.
I used strcmp(string1/string2) to see if the data part of the current node is the same as the data im looking for or not.but it didnt... |
Forum: C++ Feb 28th, 2007 |
| Replies: 2 Views: 1,270 iv written a code that insert a node befor a node containing a certain value(for example insert a node having value 3,befor the node containing value5),i checked the code many times,i couldnt find... |