Ask your own question, for FREE!
Computer Science 18 Online
OpenStudy (anonymous):

why does conio.h and iostream.h do not open while compiling programmes in c++ programming language? how to open them?

OpenStudy (zepp):

They are libraries, what you wrote would grab informations from these libraries to execute functions appropriately.

OpenStudy (zepp):

E.g.: math operations are functions, although you do not have to write these functions, since */+- operations are already in these libraries.

OpenStudy (anonymous):

To open the file "iostream.h" and see its content, you can follow this path : C:\Dev-Cpp\include\c++\3.4.2\backward\ For "conio.h" : C:\Dev-Cpp\include\ Well that if you are using the Dev-C++ IDE. Good luck.

OpenStudy (zepp):

If you have Code::Blocks C:\Program Files (x86)\CodeBlocks\MinGW\lib\gcc\mingw32\4.4.1\include\c++

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!