> For the complete documentation index, see [llms.txt](https://algo.aspires.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://algo.aspires.cc/the-c++-programming-language/integrated-environment.md).

# Integrated Environment

Easy-to-use, state-of-art Lightweight Integrated Environment (or Text Editor) for Programming C++ Codes.

## macOS & Windows

{% embed url="<https://www.sublimetext.com>" %}

{% embed url="<https://code.visualstudio.com>" %}

## Linux/\*nix-lik

Vim | G++

## Notes

If you are using Windows, please refers <https://dev.to/gamegods3/how-to-install-gcc-in-windows-10-the-easier-way-422j> to install a minimum C++ environment (MinGW). Otherwise, you should use the integrated IDE: DevCPP at <https://sourceforge.net/projects/orwelldevcpp/>


---

# 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:

```
GET https://algo.aspires.cc/the-c++-programming-language/integrated-environment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
