Giter Site home page Giter Site logo

tool_of_sxd's Introduction

tool_of_sxd

控制台应用程序:tool_of_sxd 项目概述

jsoncpp

https://github.com/open-source-parsers/jsoncpp/releases

运行源码根目录下有个Python文件叫amalgamate.py,生成dist文件夹,复制到项目目录

复制源码的include下json到项目include目录

VC++目录 包含目录 添加项目include文件和项目自身文件

Boost库

https://blog.csdn.net/nanke_yh/article/details/124346308

1、双击bootstrap.bat文件,生成b2.exe;

2、在cmd中输入以下命令(未尝试)或者双击b2.exe运行。 bjam --toolset=msvc-14.3 --build-type=complete threading=multi address-model=64 stage ,回车 这里面--build-type=complete时link,runtime-link3种组合下debug, release的多线程版本都生成出来了。 除此之外还生成了link=static,runtime-link=static的debug, release的单线程版本。得到stage下的dll和lib文件

1、配置属性->VC++目录:

(1)、"包含目录": boost的根目录,例:D:\my_workspace\C_program\C_boost\boost_1_79_0

(2)、"库目录": stage下的链接库目录,例:D:\my_workspace\C_program\C_boost\boost_1_79_0\stage\lib

2、配置属性->链接器->常规:"附加库目录":同上面的"库目录",例:D:\my_workspace\C_program\C_boost\boost_1_79_0\stage\lib

zlib库

用boost配置zlib库

VS2015 x64 本机工具命令提示符

d:进入D盘,然后cd D:\boost_1_78_0\boost_1_78_0

运行

b2 toolset=msvc-14.3 --with-iostreams -sZLIB_SOURCE="D:\zlib\zlib1212\zlib-1.2.12" -sZLIB_INCLUDE="D:\zlib\zlib1212\zlib-1.2.12" --build-type=complete address-model=64

libiconv库

https://blog.csdn.net/ZX_Infinite/article/details/119283069

iconv.h

extern size_t iconv (iconv_t cd, /* ICONV_CONST /const char * inbuf, size_t inbytesleft, char * outbuf, size_t *outbytesleft);

iconv.c

size_t iconv (iconv_t icd,const char* * inbuf, size_t inbytesleft,char * outbuf, size_t *outbytesleft)

localtime_s

线程安全

tool_of_sxd's People

Contributors

temproom avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.