C PROGRAMMING
Standards And Versions
Date Published: | |
Last Modified: |
C99
C99 is an informal name for ISO/IEC 9899:1999.
Compiling the the flag -std=c99 gives asm() not defined errors, however compiling with -std=gnu99 instead fixes this.

Blog updates during October 2019.
A tutorial on Jupyter Notebooks and Jupyter Labs.
An introduction to rotation matrices. What they are, how to calculate them, and what they are useful for!
A tutorial on quaternions, including calculators to convert between quaternions, rotation matrices and axis-angle notations.
Shortcuts, key bindings, compiling C/C++ and more info about the Visual Studio Code IDE.
C PROGRAMMING
Date Published: | |
Last Modified: |
C99 is an informal name for ISO/IEC 9899:1999.
Compiling the the flag -std=c99 gives asm() not defined errors, however compiling with -std=gnu99 instead fixes this.