OOP-in-CPP:简单的项目,带有C ++中的OOP的一些示例

时间:2021-04-21 04:51:37
【文件属性】:
文件名称:OOP-in-CPP:简单的项目,带有C ++中的OOP的一些示例
文件大小:80KB
文件格式:ZIP
更新时间:2021-04-21 04:51:37
C++ C ++中的OOP 在Visual Studio Code中创建的简单项目,并带有C ++中OOP的一些示例。 设定值: Linux: 在Linux上,只需在计算机上配置C ++,并在VSCode上安装C ++和Makefile扩展名。 视窗: 如果使用的是Windows,则需要安装才能在管理员模式下使用PowerShell安装make命令。 安装Chocolatey之后,只需使用以下命令安装make命令: > choco install make 在计算机上成功安装Chocolatey和make命令之后,只需在计算机上配置C ++,并在VSCode上安装C ++和Makefile扩展名。 在VSCode上运行项目: 该项目已经由Makefile , launch文件和tasks文件配置,只需按F5键即可构建项目。
【文件预览】:
OOP-in-CPP-main
----src()
--------polymorphism_abstract()
--------inheritance()
--------composition_encapsulation()
----.vscode()
--------launch.json(717B)
--------settings.json(120B)
--------tasks.json(291B)
----main.cpp(810B)
----README.md(942B)
----Makefile(332B)
----bin()
--------main.exe(229KB)
----include()
--------polymorphism_abstract()
--------inheritance()
--------composition_encapsulation()

网友评论