Code Monkey home page Code Monkey logo

mypublictools's Introduction

MyPublicTools

1.使用时请添加Include目录为附加包含目录

2.使用时请添加Lib\vc141\Json为附加库目录

3.项目,右键,属性,C/C++,预处理器,预处理器定义,增加一个: _WIN32_WINNT=0x0502

4.添加附加包含目录后 如果当前是普通C++项目,请:

(1)在预编译文件stdafx.h中 添加 #include <YcmBase.h>,打开Base空间 using namespace Base;

image

(2)在预编译文件stdafx.cpp中 添加 #include <YcmBase.cpp>

image

如果当前是QTC++项目,请:

(1)在预编译文件stdafx.h中 在所有的QT头文件后添加 #include <YcmQTBase.h>,并打开QTBase空间 using namespace QTBase;

image

(2)在预编译文件stdafx.cpp中 添加 #include <YcmQTBase.cpp>

image

注:YcmQTBase库包含了YcmBase中的所有功能,若当前有意将C++工程转换为QTC++工程,只需修改预编译文件中的包含文件即可

mypublictools's People

Contributors

astra1iser 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.