Changes

Jump to: navigation, search

Queue of Strings - OOP344

143 bytes added, 17:55, 25 November 2010
strque.cpp line 80 _head = _cur; is single = sign
=A Queue of Strings=
Note that this code is neither efficient nor bug free.<br />
Use it just as a base for a double linked list of strings to be optimized later...
==strque.h==
<big><syntaxhighlight lang="cpp">
_cur = newnode;
_cur->_next->_prev = _cur;
_head == _cur;
}
else{

Navigation menu