Can the vector class be used in C? I use it all the time in C++ but I'm getting errors (like vector not declared) when I use it in C. I'm wondering if I need to update my libraries or if C just doesn't provide the use of this class. Thanks for your help.