Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

C++ variable file


ghost's Avatar
0 0

hello. i'm solving a little problem. i have an app, but there is a lots of outputs in there, and it's slowing down my app. so i think if i save this string used for cout into a file, i will solve this problem. i have some libraries for ini files, but ini is not what i need. i need only simple text file, i know how to write into file, but i don't know how to read a specific line in file. how can i do this? thanks.


ghost's Avatar
0 0

thanks