Aug 12, 2009 at 12:17am Aug 12, 2009 at 12:17am UTC
My compiler, "netbeans" cannot find iostream and idk where it could be, is there a place i can download the files? I can't progress in the tutorial until i get them.
Aug 12, 2009 at 1:07am Aug 12, 2009 at 1:07am UTC
They should be inside your "bin" or "include" or a similarly named folder. Also, check that your include directories point to the correct places.
Aug 12, 2009 at 1:22am Aug 12, 2009 at 1:22am UTC
I looked in bin and all there is, is the exe for netbeans. and there is no include folder, i tried searching for those files using windows search function but nothing comes up.
Aug 12, 2009 at 2:38am Aug 12, 2009 at 2:38am UTC
Hrm...try re-downloading/installing netbeans then, maybe you installation wasn't set up right.
Aug 12, 2009 at 2:48am Aug 12, 2009 at 2:48am UTC
I just re-installed it with just the C++ version and i still cannot find the files.
Aug 12, 2009 at 3:26am Aug 12, 2009 at 3:26am UTC
Oo I dunno what the problem is...maybe netbeans doesn't come with the files (idr if netbeans comes with a compilier or not) :/
Aug 12, 2009 at 3:36am Aug 12, 2009 at 3:36am UTC
Ok, wait I'm sorry, isn't a compiler a program that allows you to type out code and test it?
Aug 12, 2009 at 4:43am Aug 12, 2009 at 4:43am UTC
A compiler is what compiles your code into an object files and stuff (generally the header files come with it I think [although I could be wrong]).
Aug 12, 2009 at 10:14pm Aug 12, 2009 at 10:14pm UTC
Well, I got the compiler working but i still dont know where to get the files.