CANNOT IDENTIFY ERRORS#include <iostream> #include <cstdlib> #include <string> using namespace std; int main() { int pol...
Am I using this vector wrong?Change std::vector<Object> inventory; to std::vector<Weapon> inventory; Hope this is what ne555 me...
Question about reading a stringyou can use combination or rfind and substr to accomplish this
using string in vector [code] ifstream fin; fin.open("address.xml"); vector<string> text; while(!fin.eof()) ...
This user does not accept Private Messages