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




Reply With Quote