我在 VS Code 上将 Posix 线程与 Code runner 结合使用时在 Linux 上遇到错误 - 未定义引用 pthread_create() 的错误;
要修复它,请在代码运行器 settings.json 中添加 -pthread 参数:
"cpp": "cd $dir && g++ $fileName -pthread -o $fileNameWithoutExt &&