> 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/>
