Ask your own question, for FREE!
Computer Science 10 Online
OpenStudy (comm.dan):

How is a iostream.h file used in Xcode? I am using iostream right now in a C project, while also having tried to do a iostream.h file. I get an error saying: iostream file not found I have been researching it and I am not sure on what to do.

OpenStudy (comm.dan):

I have done both an iostream.h file in a C++ project and an iostream file in a C++ project

OpenStudy (comm.dan):

What would be the best option to do?

OpenStudy (e.mccormick):

If you meant to learn C, then use the pointer system to read in things.

OpenStudy (comm.dan):

Would you like me to paste the code onto this post?

OpenStudy (rsmith6559):

iostream is a C++ library, not a C library. You probably want stdio.h .

OpenStudy (comm.dan):

For the course that I am taking right now on that specific lesson, the instructor put an iostream in <> below a stdio.h @rsmith6559

OpenStudy (e.mccormick):

Look at the last two replies here: https://discussions.apple.com/message/22142611

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!