文件名称:c-实践:C实践
文件大小:13KB
文件格式:ZIP
更新时间:2024-03-07 15:50:45
C
Lua与C互动 vcpkg 它提供一系列简单的命令,自动下载源码(非二进制文件)然后使用机器上最新的Visual Studio编译器编译成三方库,这种方式减少了二进制不兼容的可能性。 Windows x64安装 :PowerShell选择合适的路径(无间距),运行git clone https://github.com/microsoft/vcpkg 运行.\vcpkg\bootstrap-vcpkg.bat 设置环境变量 版本选择x64-windows-static 。命令如: vcpkg install lua:x64-windows-static CL cl.exe是一种工具,用于控制Microsoft c ++(MSVC)C和c ++编译器和链接器。cl.exe只能在支持Windows Microsoft Visual Studio的操作系统上运行。只能从Visual Studi
【文件预览】:
c-practice-main
----exercises()
--------luatocfunc.c(2KB)
--------lua-interpreter.c(2KB)
--------oop-test()
--------file-test()
--------main.c(548B)
----.vscode()
--------settings.json(34B)
----README.md(10KB)
----.gitignore(41B)