摘要:
#include <iostream> #include <thread> #include <condition_variable> #include <vector> #include <algorithm> using namespace std; std::mutex my_mutex; s 阅读全文
posted @ 2021-08-25 20:34
花狗
阅读(77)
评论(0)
推荐(0)
摘要:
int main() { int a[5] = { 1,6,3,4,5 }; int *ptr = (int*)(&a + 1); cout << &a + 1 <<endl; cout << &a << endl; cout << *ptr << endl; cout << &ptr << end 阅读全文
posted @ 2021-08-25 20:30
花狗
阅读(71)
评论(0)
推荐(0)
浙公网安备 33010602011771号