Programming27 vscode에서 c/c++ 실행을 헤메다가 해결하다 호기롭게 파이썬처럼 잘 작동하겠거니 하고 visual studio code에 c 설치하고 #include int main() { printf("Hello, World! \n"); return 0; } 쳤는데 #include 오류가 검색되었습니다. includepath를 업데이트하세요 이 친구를 만났다 결론은 이 분이 블로그에 정말 잘 설명해주셔서 따라하면 된다 중간에 1. setting.json 은 빈칸에 경로 붙여넣기하면 된다 https://miaow-miaow.tistory.com/125 [VS Code] C/C++ 환경구성 - 1 목표: VS Code에서 C/C++ 환경 구성하기 요약 C/C++ 확장팩 다운로드 Code Runner 다운로드(for Debugging) MinGW 다운로드(for Co.. 2021. 10. 31. git bash로 깃허브 올리기 https://carpet-part1.tistory.com/289 git remote: Repository not found 해결 git remote: Repository not found 해결 터미널에 원격 git 저장소를 먼저 식별 git remote set-url origin https://github.com/repository.git 이후 git add . git commit -m "first commit" git push origi.. carpet-part1.tistory.com https://shxrecord.tistory.com/179 GitHub 사용법 - Git Bash를 이용한 소스 올리기 GitHub 사용법에서는 CMD창에서 새로운 폴더 생성 후 저장소에 소스를 올리는 과정을 포스팅했.. 2021. 10. 28. git bash 아무것도 안뜨는 오류 보호되어 있는 글 입니다. 2021. 10. 28. 이전 1 2 3 다음