User: pata

  • Public profile

User profile: pata

User info
User name:pata
History
Joined:
Number of posts:67
Latest posts:

Recursive class member function
That would cause the function to loop I believe, the function gets called and it calls itself. Nothi...

slicing a string
You want to do this include the sstream header [code] ifstream file("file.txt"); string line, id, n...

container to hold numerous data types
I was playing around, you would need to keep track of what is stored where but this works as a "gene...

Output to CSV problem
[code]ofstream file("filename.txt", std::ios_base::app);[/code]

Funtion calls? Variable not initialized?
Your not assigning a value to overallpercent declared on line 14. I think you mean to do so in the f...

This user does not accept Private Messages