摘要:
VS2019中遇到错误 解决办法:链接legacy_stdio_definitions.lib库 参考: https://stackoverflow.com/questions/32418766/c unresolved external symbol sprintf and sscanf in v 阅读全文
摘要:
有时候执行一个脚本或者运行一个可执行文件时,如执行脚本 ,会报错 ,你会再试 ,发现继续报错 ,这时候可能是因为该文件没有执行权限,可以通过 查看文件信息,如果确实没有,可以为文件增加执行权限 这个时候就可以运行了。 参考 "Command not found when using sudo" 阅读全文
摘要:
概述 vcpkg是微软开发的在Windows, Linux和MacOS平台管理C/C++库的开源工具。 快速开始 要求 使用vcpkg需满足如下条件: Windows 10, 8.1, 7, Linux, or MacOS Visual Studio 2017 or Visual Studio 20 阅读全文