文件名称:qb-linq:C ++ 14 Linq,使用简单的方法通过有用的查询在数据上运行
文件大小:16KB
文件格式:ZIP
更新时间:2024-05-21 18:32:16
windows linux linq queries templating
临q 适用于C ++ 14及更高版本的快速简化的C#.Net Linq! 安装 1-GCC / C 将选项-std = c ++ 14和-I“ YourPath” / include添加到您的编译中 2-Visual Studio 转到您的项目“属性”->“ C / C ++”->“常规” 在“其他包含目录”部分中添加“包含”文件夹路径, eg: $(SolutionDir)\include 转到您的项目“属性”->“ C / C ++”->“语言” 在“ C ++语言标准”部分中选择ISO C ++ 14 运行测试 Linux $ > make && make run 视窗 创建一个新项目 遵循安装步骤 将overhead.cpp添加到您的项目 编译并运行:) 用法 # include < iostream> # include < vector> //
【文件预览】:
qb-linq-master
----LICENSE(1KB)
----README.md(2KB)
----overhead.cpp(15KB)
----Makefile(766B)
----benchmark.cpp(10KB)
----.gitignore(30B)
----include()
--------linq()
--------assert.h(1KB)