> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/ko/goormide/getting-started/build/c-c++.md).

# C/C++

### C/C++

C++ 프로젝트의 빌드/실행 옵션 설정 모습입니다. 여기에서 설정할 내용은 다음과 같습니다.

![](/files/d42zAnuS9TxPwDg045dv)

1. 컴파일러 : 컴파일러 형식(g++ / gcc / i686-w64-mingw43-g++ / clang / clang++)을 설정합니다.&#x20;
2. 메인 파일 이름 : 빌드할 메인 파일의 이름을 설정합니다.
3. 소스 경로 : 빌드할 메인 파일이 있는 폴더의 경로를 설정합니다.
4. 빌드 경로 : 빌드된 파일이 저장될 폴더의 경로를 설정합니다.
5. 빌드 옵션 : 추가할 빌드 명령어 옵션을 설정합니다.
6. 실행 옵션 : 추가할 실행 명령어 옵션을 설정합니다.
7. Makefile 사용 : 별도의 Makefile을 사용할 것인지 설정합니다.


---

# 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://help.goorm.io/ko/goormide/getting-started/build/c-c++.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.
