请教关于血糖仪和血压计的问题,不甚感激# PennySaver - 省钱一族
c*z
1 楼
多线程题目请教
1. threads of a process share the same memory address, when one makes a
change to the process, the change is visible to other threads. Can you give
an example?
2. Visual studio里面的 call stack, 是存储的什么?
3。new int* p 在heap上的内存,
int b 是在 stack上的内存,
这个对于process来说是一样的还是不一样的?
1. threads of a process share the same memory address, when one makes a
change to the process, the change is visible to other threads. Can you give
an example?
2. Visual studio里面的 call stack, 是存储的什么?
3。new int* p 在heap上的内存,
int b 是在 stack上的内存,
这个对于process来说是一样的还是不一样的?