QuestionHelp??

Posts 14 of 4 · Page 1 of 1
Help??
I'm just curious about this. When you include "#include <iostream>" it usues the "<" and ">". But why do people use stuff like this? "#include "blah.h"" ? And also, I was thinking, if I made an array with 100,000 slots and I used a for loop on it with a while loop before that could I make a program to slow down a PC just a bit? Thanks for all your help, and remember that I am between moderate and beginner on this.
<> Are used if its in the directory in your program settings. Basically something essential that is involved in C++

"" Are used if you create your own header files.
if you have made your OWN header file and it is in the current project, then you would use the "" to include it. the < > is for the common includes, i think the ones in the standard library
Posts 14 of 4 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?