if line is read from a file and is,
string line = "weather,is,cold";
how to replace word "cold" with "hot" and write it back to same line
in same file?. ->"weather,is,hot";
using seekp()??
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: replace wordThreaded View
|
Click Here to Expand Forum to Full Width |