Skip to content

huangshangbin/WindowsConsoleLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 

Repository files navigation

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

About

windows win32 console library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages