Coder Social home page Coder Social logo

windowsconsolelibrary's Introduction

WindowsConsoleLibrary

windows win32 console library

#项目创建 vs2015 --> 新建项目 --> win32 控制台程序 -->空项目

x64 Release

添加 main.cpp 拉取类库

属性 常规 字符集--> 多字节字符集

配置属性 c++ 预处理器 预处理器定义 WIN32_LEAN_AND_MEAN

属性 添加包含目录。 包含 include

#push_include.bat //.sln 所在文件夹新建 push_include.bat文件。 cd LibraryReconstruct\include git add . git commit -m "script push" git push origin master echo "push complete" pause

#pull_include.bat //源文件所在文件夹新建 pull_include.bat文件。 if exist include ( cd include git pull origin master ) else ( git clone https://github.com/huangshangbin/WindowsConsoleLibrary.git ren "WindowsConsoleLibrary" "include" ) echo "update complete" pause

windowsconsolelibrary's People

Contributors

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