Difference between and ?

前端 未结 10 1018
囚心锁ツ
囚心锁ツ 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:14

    is a C standard library header while is a cpp in fact all the c standard header files have .h extension an non of cpp have .h.

提交回复
热议问题