Code::Blocks Forums

User forums => Help => Topic started by: Szwarny on April 20, 2016, 02:04:43 pm

Title: main.cpp|2|fatal error: conio.h: No such file or directory|
Post by: Szwarny on April 20, 2016, 02:04:43 pm
Guys, please tell me where I should search to resolve this problem? I'm coming from DevC++ compiler, althrough I didn't work with it much.

The problem is that in Build messages I get:

main.cpp|2|fatal error: conio.h: No such file or directory|

and I can't go on.
Title: Re: main.cpp|2|fatal error: conio.h: No such file or directory|
Post by: BlueHazzard on April 20, 2016, 02:35:37 pm
1) http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F
2) If you are using windows: http://conio.sourceforge.net/
    If you are using linux: https://stackoverflow.com/questions/6565924/g-conio-h-no-such-file-or-directory
both answers by 2 sec duckduck.go-ing