小编yos*_*y89的帖子

如何使用Boost库读取和写入.ini文件

如何使用Boost库读取和写入(或修改).ini文件?

c++ ini boost

3
推荐指数
1
解决办法
1万
查看次数

迭代器变量超出C#的范围

为什么我用C#写这个:

for(int myVar = 0; myVar<10; myVar++)
{
//do something here
}

//then, if I try:
int myVar = 8;
//I get some error that the variable is already declared.

//but if I try:
Console.WriteLine(myVar);
//then I get the error that the variable is not declared.
Run Code Online (Sandbox Code Playgroud)

我最常说的有点混乱.有谁知道为什么C#编译器会这样做?

c# compiler-errors

3
推荐指数
1
解决办法
270
查看次数

标签 统计

boost ×1

c# ×1

c++ ×1

compiler-errors ×1

ini ×1