MartinKrapcho
Programmer
Hello everyone,
I developed a C++ program based in Borland and I have provided the C++ code on the web. I have received a question from an end-user in regards to the vector.h file that I am using. Apparently this is not the same name in Visual C++. This does not suprise me but both I and the end use have limited C++ knowledge, could anyone point me in the right direction for the file that they need to use. For the vector I make use of the ability to push numbers into the vector, access the vector as if it was an array, vector length, and if the vector is empty or not.
Thanks in advance.
I developed a C++ program based in Borland and I have provided the C++ code on the web. I have received a question from an end-user in regards to the vector.h file that I am using. Apparently this is not the same name in Visual C++. This does not suprise me but both I and the end use have limited C++ knowledge, could anyone point me in the right direction for the file that they need to use. For the vector I make use of the ability to push numbers into the vector, access the vector as if it was an array, vector length, and if the vector is empty or not.
Thanks in advance.