Difference between and ?

前端 未结 10 1035
囚心锁ツ
囚心锁ツ 2020-11-27 15:52

How come this code

std::map  m;
m[\"a\"]=1;

compiles with (I\'m using MSVC 2010)

#include 

        
10条回答
  •  情话喂你
    2020-11-27 16:21

    • contains old functions like strcpy, strlen for C style null-terminated strings.
    • primarily contains the std::string, std::wstring and other classes.

提交回复
热议问题