Can anyone give me a way how to use streams?
I program MVC++ for 2 month, used streams from time to time but:
sometimes the compiler doesnt find the functions (no matching overlad ...) seems it depends on the sequence of the includes
now I try to use >> operator with strings like stream >> cstring.GetBuffer(cstring.GetLength()) and it doesnt write into the file (in spite of close)
everytime I use the help there is nearly nothing explained
Can you tell me a plainly direction how to use streams (and CStrings with them?)
Many thanks, I hate blind trying with lots of possibilities
Greetings Andreas
I program MVC++ for 2 month, used streams from time to time but:
sometimes the compiler doesnt find the functions (no matching overlad ...) seems it depends on the sequence of the includes
now I try to use >> operator with strings like stream >> cstring.GetBuffer(cstring.GetLength()) and it doesnt write into the file (in spite of close)
everytime I use the help there is nearly nothing explained
Can you tell me a plainly direction how to use streams (and CStrings with them?)
Many thanks, I hate blind trying with lots of possibilities
Greetings Andreas