https://github.com/whitedodo/rabbitemp
Project with data structure in C ++ environment(C++ 환경에서 자료구조를 적용한 프로젝트)
https://github.com/whitedodo/rabbitemp
cpp eclipse-neon linked-list mingw
Last synced: 8 months ago
JSON representation
Project with data structure in C ++ environment(C++ 환경에서 자료구조를 적용한 프로젝트)
- Host: GitHub
- URL: https://github.com/whitedodo/rabbitemp
- Owner: whitedodo
- License: gpl-3.0
- Created: 2017-12-28T17:54:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T07:44:49.000Z (almost 7 years ago)
- Last Synced: 2024-12-27T20:45:11.877Z (over 1 year ago)
- Topics: cpp, eclipse-neon, linked-list, mingw
- Language: C++
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [RabbitEMP - Project]
#### 작성자 소개(About the author)
> ##### 1. Dodo (rabbit.white@daum.net / jungwy@kumoh.ac.kr)
> ##### 2. Created by: 2017-12-30
> ##### 3. Description:
> ###### 3-1. Linked List (Data Structure) was used.
> ###### 3-2. UML blueprint was created.
> ###### 3-3. Data structures implemented a header template, the template class.
> ##### 4. License: GNU General Public License, version 3
#### 빌드(Build)
> ##### 1. G++ Compiler 또는 Visual Studio, Mingw(with G++)에서 컴파일을 할 수 있습니다.
> ###### (You can compile from G++ Compiler, Visual Studio, or Mingw (with G++).)
#### 개발환경(Development environment)
> ##### 1. Mingw(with Gpp) = C++
> ##### 2. Eclipse Neon