User profile: s123456

User info
User name:s123456
History
Joined:
Number of posts:27
Latest posts:

Linked lists problem / class
[code]#include "Employee.h" typedef Employee* ptrType; int main() { Employee *head = NULL...

Linked lists problem / class
[code]#include <string> #include <iostream> using namespace std; typedef Employee* ptrType; ...

Linked lists problem / class
its not liking the "head" or "next". [code]1>------ Build started: Project: HW_5b, Configuratio...

First program question
system("pause"); Before return 0;

else/ if statements help
Thank you Stewbond! i know the question was trivial but the if else staments were driving me cra...