mandeep_rince wrote:
> #include<stdio.h>
> void main()
> {
> }
> errror.. unable to open stdio.h
Did this ever get answered?
We need to know what compiler, OS, etc. that you are using to build the
code with. And the exact message you are getting. The correct code,
BTW, is:
#include <stdio.h>
int main()
{
return 0;
}
--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197
*NEW* MyTaskFocus 1.1
Get on task. Stay on task.
http://www.CubicleSoft.com/MyTaskFocus/
