cppafricaexercises

所属分类:C/C++基础
开发工具:CMake
文件大小:35KB
下载次数:0
上传日期:2023-05-14 11:47:29
上 传 者sh-1993
说明:  该存储库是用于解决cppafrica discord服务器上的编程练习的工作区
(This repository is a workspace for solving programing exercises on the cppafrica discord server)

文件列表:
1_time_task (0, 2023-07-08)
1_time_task\CMakeLists.txt (152, 2023-07-08)
1_time_task\time_task (64, 2023-07-08)
1_time_task\time_task.cpp (1732, 2023-07-08)
2_string_task (0, 2023-07-08)
2_string_task\CMakeLists.txt (159, 2023-07-08)
2_string_task\string_task (68, 2023-07-08)
2_string_task\string_task.cpp (2995, 2023-07-08)
3_boxes_task (0, 2023-07-08)
3_boxes_task\CMakeLists.txt (155, 2023-07-08)
3_boxes_task\boxes_task (66, 2023-07-08)
3_boxes_task\boxes_task.cpp (2836, 2023-07-08)
4_dice_task (0, 2023-07-08)
4_dice_task\CMakeLists.txt (1044, 2023-07-08)
4_dice_task\kraatorPartE (67, 2023-07-08)
4_dice_task\kraator_partE.cpp (5218, 2023-07-08)
4_dice_task\partA (60, 2023-07-08)
4_dice_task\partA.cpp (288, 2023-07-08)
4_dice_task\partB (60, 2023-07-08)
4_dice_task\partB.cpp (348, 2023-07-08)
4_dice_task\partB.hpp (295, 2023-07-08)
4_dice_task\partB_lib.cpp (593, 2023-07-08)
4_dice_task\partC (60, 2023-07-08)
4_dice_task\partC.cpp (306, 2023-07-08)
4_dice_task\partC.hpp (211, 2023-07-08)
4_dice_task\partC_lib.cpp (1587, 2023-07-08)
4_dice_task\partD (60, 2023-07-08)
4_dice_task\partD.cpp (373, 2023-07-08)
4_dice_task\partD.hpp (122, 2023-07-08)
4_dice_task\partD_lib.cpp (408, 2023-07-08)
4_dice_task\partE (60, 2023-07-08)
... ...

# My CPPAFRICA Exercise Solutions This is my workspace for practicing C++ exercises as published on the [CppAfrica Discord server](https://discord.gg/fudRw3nH). ## Setup Guide I primarily use cmake for project setup and management. To work with the solutions you need to create a build directory where the project will be built, preferably outside of the source directory. After cloning the repository, change directories into the main directory and run the following: ``` mkdir -p ../builds/cppafrica cmake -B ../builds/cppafrica ``` You should be able to build the project with ``` cmake --build ../builds/cppafrica ```

近期下载者

相关文件


收藏者