Skip to content

Programming and Development Resources

RJ Power edited this page Nov 15, 2022 · 3 revisions

This page is for resources/guides for:

  • People wanting to learn C++
  • Specific coding standards / "best practices"
  • Version control / git workflow

CMake

CMake is a build system generator that allows you to generate the files for various build systems. This allows CMake to make cross-platform use easier.

Introductions

References

C++

MATLAB

Python

Clone this wiki locally