#include <direct.h> int main(int argc, char* args[]) { char cwd[256]; getcwd(cwd, 256); printf("cwd:%s\n", cwd); }
댓글 없음:
댓글 쓰기