error CS0029: Cannot implicitly convert type 'int' to 'bool'
C# / 2020. 5. 25. 00:38
while(len)
error CS0029: Cannot implicitly convert type 'int' to 'bool'
while(len>0)
'C#' 카테고리의 다른 글
VC++ 6.0으로 컴파일 (0) | 2020.05.27 |
---|---|
c# - 소스파일 압축 백업 - xbackup.bat (0) | 2020.05.25 |
error CS1525: Invalid expression term 'char' (0) | 2020.05.25 |
error CS1003: Syntax error, ']' expected (0) | 2020.05.25 |
전역변수 (0) | 2020.05.25 |