Skip to content

DavidingPlus/cpp-learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

LaoBai

老白cpp课程的学习记录.

关于zmake工具:

  • 编译单个文件就:

    ./zmake -b test.cpp # test.cpp是源文件
  • 编译整个目录的所有文件就:

    ./zmake -b dir/ # dir/是源目录

    这里不需要加上具体的文件名,给目录就可以,会自动编译链接所有的源文件

About

C++ 语言的学习。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors