念两句诗

千古斜阳,无处问长安。
【宋代】张舜民《江神子·癸亥陈和叔会于赏心亭》
摘要: pthread_exit 表示线程结束,退出当前线程。在main函数结尾时使用return 0 和使用pthread_exit有什么区别呢 1.使用return 0; 1 #include "windows.h" 2 #include <bits/stdc++.h> 3 using namespac 阅读全文
posted @ 2022-03-24 00:38 昔九 阅读(678) 评论(0) 推荐(0)