Forum: C++ Nov 29th, 2008 |
| Replies: 2 Views: 300 this is a linked list assigment and the required from me is to fill the functions: i have one fucntion left that i was unable to do which is void DeleteElement(int ID);
and i have another problem... |
Forum: C++ Nov 23rd, 2008 |
| Replies: 3 Views: 329 i cant write the following fuctions:
1)void AddElement_Front(struct Employee E)
2)void AddElement_End(struct Employee E)
3)void AddElement_Sorted(struct Employee E)
4)void DeleteFirst()
5)void... |
Forum: C++ Nov 23rd, 2008 |
| Replies: 3 Views: 329 i am done with the main of the program but i have difficulty with several functions that need help if u please help me thank u very much
#include <iostream>
#include <string>
using namespace... |