上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: fpic 和 fPIC 区别 Code Gen Options (Using the GNU Compiler Collection (GCC)) 综下所述,生成适用于共享库的位置无关代码(PIC)时,为了避免对全局偏移表(GOT)的大小进行任何限制,还是使用 -fPIC 参数吧。 Code Gen 阅读全文
posted @ 2021-06-19 23:41 ltimaginea 阅读(481) 评论(0) 推荐(0) 编辑
摘要: man 命令用来访问存储在Linux系统上的手册页面。在想要查找的工具的名称前面输入man命 令,就可以找到那个工具相应的手册条目。 手册页不是唯一的参考资料。还有另一种叫作 info 页面的信息。可以输入info info来了解 info页面的相关内容。 阅读全文
posted @ 2021-06-19 23:24 ltimaginea 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 头文件 如果不小心修改了 Linux C/C++ 标准库头文件,可以下面这样操作进行恢复: 项目 → 重新扫描解决方案 阅读全文
posted @ 2021-06-19 14:34 ltimaginea 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 终端 A more integrated terminal experience | Visual Studio Blog (microsoft.com) Say hello to the new Visual Studio terminal! | Visual Studio Blog (micro 阅读全文
posted @ 2021-06-19 12:45 ltimaginea 阅读(345) 评论(0) 推荐(0) 编辑
摘要: Windows Terminal ,配置启动目录为 WSL : \\wsl$\Ubuntu\home 阅读全文
posted @ 2021-06-12 18:45 ltimaginea 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Visual Studio CMake 项目和 WSL https://devblogs.microsoft.com/cppblog/c-with-visual-studio-2019-and-windows-subsystem-for-linux-wsl/ https://docs.microso 阅读全文
posted @ 2021-06-12 18:10 ltimaginea 阅读(506) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 使用 C++ 的 Linux 开发(WSL) https://devblogs.microsoft.com/cppblog/c-with-visual-studio-2019-and-windows-subsystem-for-linux-wsl/ 其大致原理是:“ Vi 阅读全文
posted @ 2021-06-12 15:04 ltimaginea 阅读(775) 评论(0) 推荐(0) 编辑
摘要: VS2019中安装2017,2015 阅读全文
posted @ 2021-06-11 23:20 ltimaginea 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 安装早期老版本 Visual Studio https://visualstudio.microsoft.com/zh-hans/vs/older-downloads/ 阅读全文
posted @ 2021-06-11 23:15 ltimaginea 阅读(303) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 安装 C++ 阅读全文
posted @ 2021-06-11 23:08 ltimaginea 阅读(118) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页