No, I don't. std::fstream and std::string are separate libraries. A constchar* is native, so it doesn't require a library to handle. That way, the libraries aren't inter-dependant.
No, I don't. std::fstream and std::string are separate libraries. A const char* is native, so it doesn't require a library to handle. That way, the libraries aren't inter-dependant.
Bazzy:
They are both part of the standard library, not of separate libraries
Well... I see you and chrisname need to have chat about that.
And I stand by my "it's even neater to have libraries that work purfectly with each other, no?"