资源简介
VS code 编译调试 CMake 工程的简单模板。含有配置好的json 文件和cmakelist.txt 文件
代码片段和文件信息
#include “linklist.h“
int main()
{
using namespace std;
linklist head;
info val1val2val3val4;
val1.id =1val1.name=“Kevin“val2.id=2val2.name=“Cathy“val3.id=3val3.name=“Lucy“val4.id=4val4.name=“Gravin“;
//测试插入功能
cout<<“Insert test:“< head.Inserthead(val1);
head.print();
head.Insert(val21);
head.print();
head.Insert(val34);
head.print();
head.Inserthead(val3);
head.Insert(val42);
head.print();
//测试反序功能
cout<<“reverse test:“< head.reverse();
cout<<“reversed linklist is:“< head.print();
//测试删除功能
cout<<“remove test:“< cout<<“the length of linklist is:“< cout< head.remove(val4);
head.print();
cout<<“the length of linklist is:“< cout< head.remove(val4);
head.print();
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-07-27 17:45 temp\
目录 0 2019-07-27 16:52 temp\.vscode\
文件 473 2019-07-27 16:53 temp\.vscode\c_cpp_properties.json
文件 989 2019-07-27 18:16 temp\.vscode\launch.json
文件 1055 2019-07-27 20:50 temp\.vscode\tasks.json
目录 0 2019-07-27 20:54 temp\build\
文件 20625 2019-07-27 20:50 temp\build\CMakeCache.txt
目录 0 2019-07-27 20:54 temp\build\CMakeFiles\
目录 0 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\
文件 2662 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CMakeCCompiler.cmake
文件 5562 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CMakeCXXCompiler.cmake
文件 53904 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CMakeDetermineCompilerABI_C.bin
文件 53913 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CMakeDetermineCompilerABI_CXX.bin
文件 236 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CMakeRCCompiler.cmake
文件 395 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CMakeSystem.cmake
目录 0 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CompilerIdC\
目录 0 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CompilerIdCXX\
文件 54048 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CompilerIdCXX\a.exe
文件 20279 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CompilerIdCXX\CMakeCXXCompilerId.cpp
目录 0 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CompilerIdCXX\tmp\
文件 54020 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CompilerIdC\a.exe
文件 20764 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CompilerIdC\CMakeCCompilerId.c
目录 0 2019-07-27 20:50 temp\build\CMakeFiles\3.15.0-rc4\CompilerIdC\tmp\
文件 86 2019-07-27 20:54 temp\build\CMakeFiles\cmake.check_cache
文件 612 2019-07-27 20:50 temp\build\CMakeFiles\CMakeDirectoryInformation.cmake
文件 65367 2019-07-27 20:50 temp\build\CMakeFiles\CMakeOutput.log
文件 1751 2019-07-27 20:54 temp\build\CMakeFiles\CMakeRuleHashes.txt
目录 0 2019-07-27 20:50 temp\build\CMakeFiles\CMakeTmp\
目录 0 2019-07-27 20:54 temp\build\CMakeFiles\Continuous.dir\
文件 2098 2019-07-27 20:50 temp\build\CMakeFiles\Continuous.dir\build.make
文件 210 2019-07-27 20:54 temp\build\CMakeFiles\Continuous.dir\cmake_clean.cmake
............此处省略185个文件信息
- 上一篇:jxl导出excel.zip
- 下一篇:软件体系结构综合性试验
相关资源
- myeclipse-pro-2014-GA-offline-installer-window
- Qt ActiveX 开发帮助文档
- Winpcap 开发包 4.1.2
- 安川机器人DX100控制器二次开发MotoC
- 嵌入式软件开发技术 结课报告
- Unity3D手机游戏开发金玺曾书籍+光盘
- can总线步进电机驱动器
- mlx90640_code.zip
- 计算机图形学OpenGL、codeblock、四连通
- 软件开发项目预算
- Delphi开发学习一、二、三、四、五控
- cocos2dx 3.2 2048游戏可执行源码
- 某电商项目接口文档
- 使用Wave系列API开发录音机和播放器
- VTK、ITK混合安装(可用于VS2010)
- qt 5+vs2013 插件 qt-vs-addin-1.2.5
- certificates.zip
- KinectWrapperPackage SDK1.7替换文件
- 微信开发获取用户信息
- 如何在vscode里使用npm
- VS环境WebBrowser开发的简单分页浏览器
- mvstats 3.0
- delphi MVC模式开发 面向对象开发
- UHF RFID AS3992 开发代码
- Apereo CAS5.2.3 自定义登录页,验证码,
- 软件开发之患者监护系统
- CorelDRAW x5的二次开发
- STM8S软件开发指南
- Windows软件数字签名makecert.exesigncode.
- 用Mega32+VS1003做的MP3(FAT32文件系统浏
评论
共有 条评论