LJson Aug 16, 2023 Lishengxie LJSon A C++ library for json parse/creation/update package地址:https://github.com/lishengxie/LJson 开发原因 最近在复习C++相关的知识,想要通过一个项目来巩固C++和算法的一些相关知识,但是网上推荐的相关 …
Gdb调试学习 Apr 30, 2023 Lishengxie 前言 使用linux进行systemc的开发时经常出现core dump的文件,对于较大的项目vscode无法很快地进行debug,clion对makefile的支持不是很好,此时想到使用gdb进行调试并学习了一些基本的操作。以下的内容主要参考这篇博客和gdb debug的参考文档。 参考资料: …
Makefile使用学习 Apr 30, 2023 Lishengxie 参考教程 原文:https://makefiletutorial.com/ 中文翻译:https://makefiletutorial.vercel.app Makefile常用内容 本文主要基于以上教程记录一些平时阅读Makefile可能会用到的信息。 Makefile基础使用 首先 …
Cmake 常用指令学习 Apr 30, 2023 Lishengxie 参考教程 Cmake Cookbook:https://www.bookstack.cn/read/CMake-Cookbook/README.md Cmake官方文档:https://cmake.org/cmake/help/latest/guide/tutorial/index.html …