摘要: 1、安装qt-creator 命令行安装 sudo apt-get install qt-creator 2、安装qt版本 参考qt官网安装步骤: https://wiki.qt.io/Install_Qt_5_on_Ubuntu 选择了qt5.12版本 遇到的问题: 找不到-lGl动态库 解决办法 阅读全文
posted @ 2023-06-12 22:42 luqc 阅读(1070) 评论(0) 推荐(0)
摘要: 操作系统:windows11 下的wsl 版本为ubuntu20.04 方法1: # cat /proc/sys/kernel/core_pattern 方法2: # /sbin/sysctl kernel.core_pattern 阅读全文
posted @ 2023-06-01 15:04 luqc 阅读(1041) 评论(0) 推荐(0)
摘要: c++语言相对于其它GC语言的一个优点是c++可以实现自动化管理内存,使用RAII手法,一旦内存不需要马上被清理。 阅读全文
posted @ 2023-04-28 11:32 luqc 阅读(11) 评论(0) 推荐(0)