User forums > General (but related to Code::Blocks)

iostream.h: No such file or directory

<< < (2/2)

tiwag:

--- Quote from: Ceniza on February 01, 2006, 01:22:44 pm ---conio.h is a non-standard header file.
...

--- End quote ---
discuss that stuff in news:comp.lang.cpp plz

Ceniza:
tiwag: I don't get it, what's your point? I was just naming problems with that source code, and using conio.h is one of those.

He maybe comes from Turbo C++ (at least that happened to me), so it's time to wake up and realize many things have changed since the 80's. It's somehow part of the learning process :)

Ceniza:
Well, I got tiwag's answer in PM and it's right that MinGW comes with a conio.h, but it's a reduced version of it.

If you have plans to use conio.h in the meanwhile I suggest you trying the one Dev-C++'s ppl was working in a long time ago which can be found here.

It provides some extra functions, like clrscr().

The idea would be to "merge" the .c and .h files so it wouldn't require anything else than a conio.h.

Navigation

[0] Message Index

[*] Previous page

Go to full version