error CS1525: Invalid expression term 'char'
C# / 2020. 5. 25. 00:37
char[1024] buf;
error CS1525: Invalid expression term 'char'
char[] buf=new char[1024];
'C#' 카테고리의 다른 글
c# - 소스파일 압축 백업 - xbackup.bat (0) | 2020.05.25 |
---|---|
error CS0029: Cannot implicitly convert type 'int' to 'bool' (0) | 2020.05.25 |
error CS1003: Syntax error, ']' expected (0) | 2020.05.25 |
전역변수 (0) | 2020.05.25 |
RS232 파일전송 - type com1: >> data.log (0) | 2020.05.23 |