在VC6中字符常量的使用有什么关键和禁忌?我这个程序有什么问题呢?
											#include<iostream>void main()
{
std::cout <<"A"<<std::endl;
std::cout <<"\101"<<std::endl;
std::cout <<"\x41"<<std::endl;
std::cout <<"\052, \x1E"<<std::endl;
}
这个程序运行时显示无法运行,请问为什么会这样?
 2020-07-26 11:25
	    2020-07-26 11:25
   2020-07-26 19:26
	    2020-07-26 19:26
   2021-01-05 08:41
	    2021-01-05 08:41