User profile: jjblt137

User info
User name:jjblt137
History
Joined:
Number of posts:11
Latest posts:

declaring a vector to hold an abstract class
yeah, you make a good point. I would worry that someone would look at the code and say "what the he...

declaring a vector to hold an abstract class
I've tried using the boost library as jsmith suggested and it worked. However, in my line of work w...

string to integer coversion
atoi takes a const char and you're inputing a string, just use [code] a = atoi(s.c_str());[/code]. ...

fstream tokens into a vector
In general for reading from a file you'll want to use an ifstream. [code] #include <fstream> ifst...

declaring a vector to hold an abstract class
Thanks again for all the info. I'm still deciding on the final structure of my program, but this he...

This user does not accept Private Messages

User: jjblt137

  • Public profile