-
C++연습_프로그램 실행 폴더 알아내기코딩Coding/C++_연습 2020. 9. 22. 00:07728x90
en.cppreference.com/w/cpp/filesystem/current_path
std::filesystem::current_path - cppreference.com
Returns or changes the current path. 1-2) Returns the absolute path of the current working directory, obtained as if (in native format) by POSIX getcwd. (2) returns path() if error occurs. 3-4) Changes the current working directory to p, as if by POSIX chd
en.cppreference.com
왜 난 안될까 ㅠㅠ
반응형'코딩Coding > C++_연습' 카테고리의 다른 글
2D Transformation : Scaling in C++ (0) 2020.11.28 C++연습_반복되는 문자 숫자 세기_입력하는거로 수정해야함 (0) 2020.11.28 C++연습_문자열 연결 (0) 2020.11.26 C++연습_Hello, World 출력하기 (0) 2020.10.17 C++연습_전역변수(Global variable) (0) 2020.09.20 C++연습_문자열 비교하기(string.compare) (0) 2020.09.18 C++연습_날짜와 시간을 문자열로 변환하기(localtime) (0) 2020.09.18 C++연습_난수 생성하기(Random number) (0) 2020.09.17