Forum: C++ Nov 2nd, 2006 |
| Replies: 2 Views: 1,072 Thanks again for replying so quick wolf.. I realised my understanding of vectors was not going to reach it's requirements in time.. So i went back *a very long way* and worked it all out with... |
Forum: C++ Nov 1st, 2006 |
| Replies: 2 Views: 1,072 Ok I'm back with another problem im having.. I have a vector of casual staffmembers.. Each time i create a casual staffmember they are added into a vector named thecasuals.. To return a casual... |
Forum: C++ Nov 1st, 2006 |
| Replies: 9 Views: 2,582 Ahh yes!! Thank you!! lol!! All that for some brackets..
Well i got it compiled.. Now i need to work out how to access all the 'casuals' in this vector.. to print all their details, eg, staff_id... |
Forum: C++ Nov 1st, 2006 |
| Replies: 9 Views: 2,582 Sorry for MY delay on my OWN forum post.. I have been at a job interview all day... Ok i believe i've made progress.. With one compiler error.. I'm not sure why the compiler error is happening..... |
Forum: C++ Oct 31st, 2006 |
| Replies: 9 Views: 2,582 Hey mate.. Thanks for the help and patience!!I have added the correct syntax into my header file.. as you said
protected:
std::vector themanagers;
std::vector thecasuals;
... |
Forum: C++ Oct 31st, 2006 |
| Replies: 9 Views: 2,582 Awesome.. Thank you!!I'm working on the idea of using vectors.. I THINK i have the concept behind it, however, i'm not sure where to put each part of the vectors.. For example, would it go in my... |
Forum: C++ Oct 30th, 2006 |
| Replies: 9 Views: 2,582 Hey.. Names Jay..
I'm new around here.. Doin C++ and i'm a beginner programmer.. I have been going OK but i am stuck!!
For this assessment i have to create a payroll system for a company.. ... |