什么是 C++ 11 原始字符串?

	std::string path = "C:\\VulkanSDK";//需要转义
	std::string path = R"(C:\VulkanSDK)";//不需要转义
posted @ 2018-07-17 10:21  學海無涯  阅读(1155)  评论(0)    收藏  举报