Skip to content

Instantly share code, notes, and snippets.

View nalauder's full-sized avatar

Nick Lauder nalauder

  • Wellington, New Zealand
View GitHub Profile

Keybase proof

I hereby claim:

  • I am nalauder on github.
  • I am nalauder (https://keybase.io/nalauder) on keybase.
  • I have a public key ASDqm4wm1EmXXBc7SkUlA2YnlJ6omNh9to2z8NCsNjdciQo

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am nalauder on github.
* I am nalauder (https://keybase.io/nalauder) on keybase.
* I have a public key ASDqm4wm1EmXXBc7SkUlA2YnlJ6omNh9to2z8NCsNjdciQo
To claim this, I am signing this object:
@nalauder
nalauder / HelloWorld.c
Created March 9, 2017 01:22
Description of pointer, memory address and array usage
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
// **USAGE** (Unconfirmed of how to use a mac)
//Windows: Download and install MinGW - http://www.mingw.org/ - Select mingw32-base for install, select Installation and click apply changes
// May need to add C:\MinGW\bin to system PATH enviroment variable
//Mac: In terminal, type gcc. If not already installed, install xcode
//
//In console/terminal: