In my windows8 system conio.h header file is not working.Can any body tell me any idea about working of this header file.

What compiler are you using and what stuff from the header are you using? conio.h isn't a standard header, so it won't be supported by all compilers, or in the same way by compilers that have it.

`#includestdio.h

mahroza: how will including stdio.h resolve the problem???

The conio.h header file provides functions for input/output to console (cmd.exe) windows. You say it isn't working. Please be more specific.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.