Skip to content

yangjx66/c-cpp-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-cplusplus-code

说明 Description:

C/C++练习代码, 里面有一些常见的C语言或者C++练习题目工程, 可以拿来学习. 正在不断完善中.

C/C++ practice code, which has some common C language or C++ practice topic project, can be used to learn. It is being perfected.

Build 代码使用 CMake 工具构建, CMake 源码与C/C++源码位于同一目录下.

Platform GNU/Linux

Author Yang Jinxi at 2023.02.20

Download

git clone https://github.com/yangjx66/c-cpp-code.git

Build

mkdir build
cd build
cmake ..
make -j$(nproc)
ls

About

c & c++ source code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published