> You might want to consider these classes instead for file manipulation:
>
[quoted text clipped - 4 lines]
>
> They are much easier to use than the old fstream approach.
C++ iostreams are much easier for pure I/O, the difficulty is, as the OP
noted, mixing the different types of strings.
The System::IO::* classes mentioned will accept the .NET gotten from a .NET
textbox.
At some point though, you'll need to use native routines. The functions for
converting strings are PtrToStringChars, Marshal::PtrToStringAnsi,
Marshal::PtrToStringUni, and friends.
>> Gang,
>> I am self taught in C and fairly proficient for last 20 years. Don't
[quoted text clipped - 38 lines]
>>
>> Lee