Is it like this?
Code:
#include "thing to be included"
or this?
Code:
#include <thing to be included>
I've seen both, but I'm not sure which is correct.

And also what is the "using" statement for? How is it different than "include"? I've seen it used in code examples before but I don't know what it does.