> For the complete documentation index, see [llms.txt](https://krjaeh0.gitbook.io/j-log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://krjaeh0.gitbook.io/j-log/devtool/vs-code/vscodecppdevelopment.md).

# VSCodeCPPDevelopment

<https://growing-dev101.tistory.com/entry/%EA%B0%9C%EB%B0%9C-%ED%99%98%EA%B2%BD-VS-Code>

{% columns %}
{% column %}

### For Windows

* [윈도우 VSCode C/C++ 초기 세팅](https://m.blog.naver.com/dorergiverny/221889473340)
* [MinGW-w64 설치 방법](broken://pages/b52bb416b8f2893dce48d7e230a87722fcafbc49)
  {% endcolumn %}

{% column %}

### For Mac

* [맥 OS 에서 VSCode C/C++ 초기 세팅](file:///3578414/programming/C_for_Mac.md)
* [Run in Terminal 설정](file:///3578414/programming/C_for_Mac.md)
* [Mac OS 환경변수 설정방법](broken://pages/ba3e92017854ff79f34abc9a87d7ca83526f4c32)
  {% endcolumn %}
  {% endcolumns %}

## With Github

* [VS\_Code Github 연동하기](broken://pages/e755ee44c62d54f4b3cc6ae3aac799fa2e779f53)

## Expansion

* [한글 팩](https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-ko)
* [구글 번역기 translator - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=sculove.translator)
* [GitHub Theme - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme)
* [vscode-icons - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons)
* [TODO Highlight - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight)
* [Markdown All in One - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)
* [들여쓰기 구분 indent-rainbow - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow)

## Tips

* <https://www.youtube.com/watch?v=r750vOVbS9M>
* <https://gyuha.tistory.com/534>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://krjaeh0.gitbook.io/j-log/devtool/vs-code/vscodecppdevelopment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
