reversing a string using recursiveok this is what i've written till now: [code]#include<iostream> #include<string> using namespace ...
add/push item to stack list errorok this is from my main file (.cpp file) [code]#include <iostream> #include <iomanip> #include <s...
linked list stack error?i was just supposed to do p->name = newItem->name; instead p->name = newItem; haha wow i dont feel s...
linked list stack error?[code]struct StackItem { string name; StackItem *next; }; typedef StackItem* nodePtr; cla...
This user does not accept Private Messages