Ok, so I have a stupid question to ask, and I aks all of you not to ridicule one who is merely looking for knowledge.
What is the difference between using
#include "whatever"
versus using
#include <whatever>
? I've always used the brackets versus the quotes, and have tried looking into google, but when searching for something like "#include """ there are a lot of results that come up with a lot of other forums and such where there's a line in their code that reads "#include"... so I don't know where to look for this stuff...
Thanks. :)