joshuacrotts / Cpp-Tutorials

This is a repository for the information and code in the data structures & algorithms discord.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cpp-Tutorials

This is a repository for the information and code in the data structures & algorithms discord.

Rebuilding C - Standards

Windows: To rebuild the code, clone the repository to your computer. This project is compiled with MinGW and a makefile. Depending on how you want to compile the project (e.g. with Visual Studio, CodeBlocks, etc.), you may need to alter the makefile to suit your needs. Downloading and installing the dependencies on Windows takes a little more effort than MacOS or Linux:

  1. Download mingw-get-setup.exe.
  2. Install all packages except mingw32-gcc-ada-base, mingw32-gcc-fortran-base, and mingw32-gcc-objc-base through the installer.
  3. At this point, your code should be good to go. If you are using VSCode, make sure to set the compiler to gcc-x86, and set the compiler path to C:/MinGW/bin/gcc.exe. Compile the code via mingw32-make.

MacOS / Linux: Theoretically, this should just work with the normal make system. Try it out.

About

This is a repository for the information and code in the data structures & algorithms discord.

License:MIT License


Languages

Language:C++ 86.1%Language:Makefile 13.9%