Skip to content

Latest commit

 

History

History
32 lines (13 loc) · 703 Bytes

README.md

File metadata and controls

32 lines (13 loc) · 703 Bytes

《面向对象程序设计及C++》--教材案例源码


源码下载

  • 直接下载:zip

  • 命令下载: $ git clone https://github.com/tsingke/OOP_Book.git

image


源码调试


* 首先,请先在本地visualstudio内建立项目(每个源码对应一个小项目) 

* 然后,将代码源文件拷贝到项目内建立的源文件中;

* 最后,F5进行编译和运行,F10单步快速调试,F11步进式调试,F12查看源码定义