User: pilla

  • Public profile

User profile: pilla

User info
User name:pilla
History
Joined:
Number of posts:4
Latest posts:

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 string
you 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