Question:
stdio.h : no such file or directory ?
Rohith
2008-09-26 21:23:43 UTC
Hi,
I am trying to run a very small c program in Unix (Ubuntu linux). But i get the above error when i compile the file with gcc. It will be great if someone can tell me how i can resolve this and get my programs to compile and eventually run.
Three answers:
Hex
2008-09-26 21:44:29 UTC
Then try:

#include

or

#include
2008-09-27 04:42:09 UTC
Do you have the command for stdio.h written into your code before trying to compile it?
Ahmed The Ninja
2008-09-27 04:29:18 UTC
You do realize that without seeing your code we have no idea what the problem is, right?


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...