From 8c1e3b2cbac820c39f4f927ff6cd9277b9e4588e Mon Sep 17 00:00:00 2001 From: File <31213158+pgh268400@users.noreply.github.com> Date: Thu, 9 Jun 2022 18:35:12 +0900 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 372b396..fe882f4 100644 --- a/README.md +++ b/README.md @@ -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!!)**