Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pgh268400 authored Jun 9, 2022
1 parent 1a79ec6 commit 8c1e3b2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
![image](https://user-images.githubusercontent.com/31213158/164318851-716bf931-dfa2-4be3-a196-80bb55ca0f3e.png)

C++로 구현된 파일 이름 일괄 변경기
- 이전에 C로 구현한 [FileChanger](https://github.com/pgh268400/FileChanger)를 C++로 개선한 버전입니다.
=> OOP로 설계(FileManager Class), C++17 의 std:filesystem 기능 도입, string / vector을 이용해서 기존에 파일 이름이 너무 길어지면 튕기는 현상 해결 등등..
- Compiler : Visual Studio 2022 Compiler (only C++17 over!!)
- 이전에 C로 구현한 [FileChanger](https://github.com/pgh268400/FileChanger)를 C++로 개선한 버전입니다.
- OOP로 설계(FileManager Class)
- C++17 의 std:filesystem 기능 도입
- string / vector을 이용해서 기존에 파일 이름이 너무 길어지면 튕기는 현상 해결 등등..

**Compiler : Visual Studio 2022 Compiler (only C++17 over!!)**

0 comments on commit 8c1e3b2

Please sign in to comment.