I
Illia Baidakov
Hello, All!
Mercy me for a stupid question. I'm just newby.
Which type or class should I use for a comfortable strings manipulation,
namely for setting a first parameter for the fopen() function?
My first try was a using of the CHString class. But the compiler
complains that it can not convert CHString to LPSTR.
I do not wish to use fixed size TCHAR chVar[SIZE] arrays. Is it possible
to workaround its explicit using?
If yes, how?
Thanks in advance Illia Baidakov.
Mercy me for a stupid question. I'm just newby.
Which type or class should I use for a comfortable strings manipulation,
namely for setting a first parameter for the fopen() function?
My first try was a using of the CHString class. But the compiler
complains that it can not convert CHString to LPSTR.
I do not wish to use fixed size TCHAR chVar[SIZE] arrays. Is it possible
to workaround its explicit using?
If yes, how?
Thanks in advance Illia Baidakov.