User profile: morando

User info
User name:morando
History
Joined:
Number of posts:109
Latest posts:

About file stream
When i write to a file and close it does it immediately writes to a disk or do i have to Sleep() som...

About reading from file to string
Any possible problems with this code? [code] int main() { std::fstream in("file.txt", std::io...

About fstream seekg
I open file like this: [code] std::fstream in(fn, std::ios::in | std::ios::binary); if(!in.is_op...

set of functions
Still adds duplicates: [code] sFun.insert(f1); sFun.insert(f3); sFun.insert(f2); sFun.insert(f4)...

set of functions
That's not it. Whole code to test: [code] #include <iostream> #include <string> #include <functiona...