码迷,mamicode.com
首页 > 其他好文 > 详细

读Txt文件

时间:2019-06-08 16:20:20      阅读:83      评论:0      收藏:0      [点我收藏+]

标签:rop   str   ace   close   adl   pre   access   miss   code   

System.IO.StreamReader m_streader;
InteropPermission m_Perm = new InteropPermission(InteropKind::ClrInterop);
Notes m_Notes;
str s;
int i=0;
container c;
;
m_Perm.assert();
m_streader = new System.IO.StreamReader(@"C:\\Test.txt");
while(int642int(m_streader.Peek())>0)
{
s = m_streader.ReadLine();
i++;
}
m_streader.Close();
m_streader.Dispose();
CodeAccessPermission::revertAssert();

读Txt文件

标签:rop   str   ace   close   adl   pre   access   miss   code   

原文地址:https://www.cnblogs.com/xtwkh1973/p/10990948.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!