windows3 [Window 11] 노트북 포맷 방법 필자의 두 노트북을 포맷하려고 한다.하나는 zenbook다른 하나는 galaxybook 2 이다.1. zenbook윈도우 + i -> 시스템 -> 복구 -> PC 초기화 -> 모든 항목 제거 -> 로컬 다시 설치 -> 다시 설정2. galaxybook 2samsung recovery -> pc 초기화 2025. 12. 23. [OOP] VSCode에서 C++ 개발 환경 세팅하기(Windows) 1. VSCode 설정VSCode에서 다음의 3가지 Extension들을 install한다. 2. gcc 설치 MSYS2Software Distribution and Building Platform for Windowswww.msys2.org위의 링크에서 msys2 installer를 다운받아 설치한다.(기본 설정으로)설치 후 뜨는 터미널에 다음 명령어를 입력하여 gcc와 gdb를 설치하자.pacman -S mingw-w64-x86_64-gccpacman -S mingw-w64-x86_64-gdb 3. 환경변수 설정window + R => control 입력 후 Enter'환경변수'를 검색하여 시스템 환경 변수 편집에 들어감환경변수 탭에서 Path에 C:\msys64\mingw64\bin 추가 (사용자.. 2024. 12. 28. [Git] git 설치 방법(Windows) 다음 링크에서 windows 64bit 용 installer를 다운받아 실행한다. Git - DownloadsDownloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. Latest source Release 2.47.1 Release Notes (2024-11-25) Download Source Code GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but thergit-scm.com 필자는 아래의 두 옵션 설정 외에는 Next 버튼을 눌렀다. Install 버튼을 눌러 설치를 완료하면 Launch Git .. 2024. 12. 28. 이전 1 다음