4}; char char2[] = "abcd"; char* pChar3 = "abcd"; int* ptr1 = (int*)malloc(sizeof (int)*4); int* ptr2 = (int*)calloc(4
-
云顶之弈下累了 就来看看C/C++内存管理吧
1、C/C++内存分布 我们通过一段代码和相关问题来进入今天学习的课题。 int globalVar = 1; static int staticGlobalVar = 1; vo…
1、C/C++内存分布 我们通过一段代码和相关问题来进入今天学习的课题。 int globalVar = 1; static int staticGlobalVar = 1; vo…