Re: [Dev-C++] C++ Linked Lists and Add After
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Reid T. <rei...@at...> - 2011-04-25 03:26:50
|
On 4/24/2011 2:23 PM, Jordan Burnam wrote: > if(currNode -> word == a_word) you can't compare strings this way man or google strcmp and friends |