https://github.com/whitedodo/rabbitpthreadbank
제스퍼의 pThread 은행(Jasper's pThread Bank)
https://github.com/whitedodo/rabbitpthreadbank
bank cpp cpp-library mingw pthread std vector
Last synced: 4 months ago
JSON representation
제스퍼의 pThread 은행(Jasper's pThread Bank)
- Host: GitHub
- URL: https://github.com/whitedodo/rabbitpthreadbank
- Owner: whitedodo
- License: gpl-3.0
- Created: 2018-08-26T14:21:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T07:45:50.000Z (over 6 years ago)
- Last Synced: 2024-12-27T20:45:10.070Z (about 1 year ago)
- Topics: bank, cpp, cpp-library, mingw, pthread, std, vector
- Language: C++
- Size: 1.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
## [RabbitPThreadBank - Project]
#### 작성자 소개(About the author)
> ##### 1. Dodo (rabbit.white@daum.net / jungwy@kumoh.ac.kr)
> ##### 2. Created by: 2018-08-21
> ##### 3. Description:
> ###### 3-1. Rabbit pThread Bank Project Initial Project / Dodo / 2018-08-26 / pThread Project
> ###### 3-2. UtilIO.cpp / Dodo / 2018-08-21 / STL -> Vector 사용
> ###### 3-3. UtilIO.cpp / Dodo / 2018-08-21 / std::vector* UtilIO::csvReader(std::string), 규격으로 추출
> ###### 3-4. CustomData.h / Dodo / 2018-08-21 / interface CustomDate 구조체를 활용하여 인터페이스 형태로 구현 (Virtual 함수 사용)
> ###### 3-5. Bank.cpp / Dodo / 2018-08-21 / Bank::title() 함수 구현 (사용자 친화적인 환경)
> ###### 3-6. Main.cpp / Dodo / 2018-08-21 / #include 적용
> ###### 3-7. Main.cpp / Dodo / 2018-08-21 / CreateThread(), DWORD WINAPI MyBank(LPVOID lpParam) 등 적용
> ##### 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++
#### 참고(Reference)
> ##### 1. MinGW | Minimalist GNU for Windows, Accessed by 2018-08-21, http://www.mingw.org/
> ##### 2. POSIX Threads (pthreads) for Win32, Accessed by 2018-08-21, https://sourceware.org/pthreads-win32/
> ##### 3. Use the thread library,| MinGw, Last Modified 2008-10-27, Accessed by 2018-08-21, http://www.mingw.org/wiki/Use_the_thread_library
> ##### 4. CreateThread function | Microsoft Docs, Last Modified 2018-08-10, Accessed by 2018-08-21, https://docs.microsoft.com/en-us/windows/desktop/api/processthreadsapi/nf-processthreadsapi-createthread