Skip to content

Instantly share code, notes, and snippets.

@1devM2
Last active July 12, 2023 04:11
Show Gist options
  • Save 1devM2/0ffbebe2b2a8d64a3f057125fe1e3cb7 to your computer and use it in GitHub Desktop.
Save 1devM2/0ffbebe2b2a8d64a3f057125fe1e3cb7 to your computer and use it in GitHub Desktop.
Resources regarding multiple topics, mainly regarding C/C++
  • TODO:
    • Organize better
    • Fix organization
    • Organization based off of level

Installation

Windows

  • Step 1: Install https://sourceforge.net/projects/mingw/
  • Step 2: Just do next on everything until the menu comes with different options
  • Step 3: Choose pretty much everything except for anything with Ada and Fortran
  • Video

MacOS

  • Step 1: Open terminal
  • Step 2: Type gcc
  • Step 3: Install Xcode developer tools
  • Video

Linux

  • Step 1: Open terminal
  • Step 2: Type in sudo apt install build-essential
  • Step 3: Type password and press enter
  • Video

End

  • Now, you should be able to compile C/C++ files with gcc/g++

Unrelated

Basics & Debugging

Interpreters, Virtual Machines, Emulators, OSes, Compilers, & Kernels

Data Oriented Design, Optimization, & Architecture

Game/Graphics Design & Programming

Maths & Studies

Web Development

Competitive Programming

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment