+ 7
Is fstream the best method for handling files?
I have noticed there is other methods for working with files. What do you recommend and why?
1 Answer
+ 2
I prefer using the windows API directly so i have more control over the file
I have noticed there is other methods for working with files. What do you recommend and why?