Answer: ifstream cannot be copied (doesn’t have a copy constructor).
Solution: Don’t store an ifstream. If you must, then declare and create a copy constructor.
This help me figure out this error: Google Groups
Answer: ifstream cannot be copied (doesn’t have a copy constructor).
Solution: Don’t store an ifstream. If you must, then declare and create a copy constructor.
This help me figure out this error: Google Groups