Skip to content

kakarrot-anderson/cpp-stl-study

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP STL STUDY

C++ STL을 공부하기 위한 Repository입니다.

예제 빌드

cd ~/cpp-stl-study/
mkdir build && cd build
cmake ..
make

실행

cd ~/cpp-stl-study/build/bin
./project_name

예제 파일 구조

image

CMakeList 예시

CMakeList.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.7%
  • CMake 29.3%