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.
I have done both an iostream.h file in a C++ project and an iostream file in a C++ project
What would be the best option to do?
If you meant to learn C, then use the pointer system to read in things.
Would you like me to paste the code onto this post?
iostream is a C++ library, not a C library. You probably want stdio.h .
For the course that I am taking right now on that specific lesson, the instructor put an iostream in <> below a stdio.h @rsmith6559
Look at the last two replies here: https://discussions.apple.com/message/22142611
Join our real-time social learning platform and learn together with your friends!