User: zai92

  • Public profile

User profile: zai92

User info
User name:zai92
History
Joined:
Number of posts:4
Latest posts:

reversing a string using recursive
ok this is what i've written till now: [code]#include<iostream> #include<string> using namespace ...

add/push item to stack list error
ok 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