我有一個簡單的問題要問,如何在C#中使用Seek()方法寫在Txt文件中的特定位置。 例子: InfoBrother. //this is the Name.
,我想追加-等。 Info-Brother //just want to add (-) after "o" in the Name.
在此先感謝。
我讀文件字符由字符閱讀內容: 的文件有: 000001111100000
當我使用此代碼讀取 int content;// converting to char will result in proper output.
std::ifstream fin;
fin.open("zero_one");
fin>>content;
while (!fin.eof())
{
s