Skip to content

8a2a8/cpp_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is for personal practice

Prerequisites

  • CMake( > 3.10)
  • git
  • Any cpp compiler
    • I usually use mingw and visual studio
  • A network that can connect to the world's Internet
    • In other words, you need to be able to bypass GFW

Building

  • Currently only built in Windows environment

Build For Windows

Quick start:

mkdir -p build && cd build
cmake .. && cmake --build .

About

this repository is for personal practice cpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published