Image

Imagelupinehunter wrote in Imagecpp 😴sleepy

Listens: Placebo - Something Rotten

C++ file parse

Hi,

I hate it when I use C in my C++ code, and I am trying to minimize it as much as possible.
But the biggest thing I can't give up in C is reading and parsing files. I read a bit about std::ifstream class but it seem it does not have the power of fgets() and sscanf().
So is there a good article that you know of which advocates for C++ style file parsing techniques?