vector header file

hello!

I am so new to C++ and I really need help.
I am trying to create a STL vector header file and I do not even know where to start. I have an idea of what I want to name it, so I know how to do that.. so could someone help me please?

okay, so this is what I would like it to include: name, phone number and address.

so, what would this header file look like?
something like this, maybe?

public:
testingExample(void);
void personName(string name);
void phoneNumber(string name);
void addressPerson(string name);
void print();
void sortIt();
I don't think you're looking for a vector, it's either a Class or a Structure. In which case this is a great reference: http://www.cplusplus.com/doc/tutorial/classes/
Topic archived. No new replies allowed.