Not sure any poor souls out here might be doing C++ programming but in code I am trying to port over from a Fedora install I get an error that vector.h is missing…
Anyone know if this is true and if I have to install a special rpm for this? I am using it with 3ds if that means anything to anyone.
yes,
In STL we have no .h header file!
And also try <vector> except <Vector> i mean all the alphabets must be lowercase!
Try “using namespace std;” while using STL header files