开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
CodeBlocks
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
问题(Question):
我想要用char印一些特殊符号,像是照书上的作法
char ch=228;
printf("%c",ch);
预期要能印出Σ符号,结果什么都没有出现……
喂入的资料(Input):
预期的正确结果(Expected Output):
Σ
错误结果(Wrong Output):
什么都没有
程式码(Code):(请善用置底文网页, 记得排版)
char ch=228;
printf("%c",ch);
补充说明(Supplement):
我还很菜,真的不知道是出什么问题了,
请各位大大帮解惑QQ