🥑
Algorithms
  • The Algorithms Interest Group
  • The C++ Programming Language
    • GCC Compiler
    • Fundamental
    • Integrated Environment
    • STL Containers
  • Fundamental Algorithms and Data Structures
    • Greedy
    • Greedy (2022)
    • Binary Search
    • Recursion
    • Linear Structure
    • Generic Tree
  • Graph Theory
    • Generic Graph
    • Minimum Spanning Tree
    • Depth First Search
    • Breadth First Search
    • Shortest Path
    • Network Flow
    • Bipartite Graph
    • Topological Sort
    • Automaton
  • Dynamic Programming
    • Basic Dynamic Programming
Powered by GitBook
On this page
  • macOS & Windows
  • Linux/*nix-lik
  • Notes

Was this helpful?

  1. The C++ Programming Language

Integrated Environment

Integrated Environment for C++ development

PreviousFundamentalNextSTL Containers

Last updated 2 years ago

Was this helpful?

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

macOS & Windows

Linux/*nix-lik

Vim | G++

Notes

If you are using Windows, please refers to install a minimum C++ environment (MinGW). Otherwise, you should use the integrated IDE: DevCPP at

https://dev.to/gamegods3/how-to-install-gcc-in-windows-10-the-easier-way-422j
https://sourceforge.net/projects/orwelldevcpp/
LogoSublime Text - the sophisticated text editor for code, markup and proseSublimeHQ
https://code.visualstudio.comcode.visualstudio.com