char illchar[8]={'\\','/','*','?','<','>','|'};case '\':return (0);改为 case '\\':return (0);单个\会认为是转义字符,要表示‘\'字符,就应该写成'\\'同上上上!!~~~~~~~~~~~~~~~~~~~~
clrscr();fp = fopen("OUT3.DAT", "w") ;for(i = 0 ; i < maxline ; i++) { printf("%s\n", xx[i]) ;fprintf(fp, "%s\n", xx[i]) ;} fclose(fp) ;} 这里的<用的是中文的,改成英文输入法,再打一遍,试试看 include <stdio.h>include <string.h>include <windows.h>...
Matlab has two built-in Java classes that can present syntax-highlighted text:SyntaxTextLabelpresents single-line labels, whileSyntaxTextPanepresents a multi-line editor pane. Both of these classes support C, HTML/XML, Java and Matlab syntax highlighting, as well as standard plaint-text. Some rel...