Hi!
My problem is that i cant able to run a simple c program cause of this error...
Unable to open include file 'stdio.h'
unable to open include file 'conio.h'
while these header files r present in my include files folder.
i tried to write code to 2 different styles as i found in this forum someone has this prob too u people ans him that..
#include <conio.h>
or
#include "conio.h"
bt still not working same error
Plz help me as soon as possible.
Thanks
My problem is that i cant able to run a simple c program cause of this error...
Unable to open include file 'stdio.h'
unable to open include file 'conio.h'
while these header files r present in my include files folder.
i tried to write code to 2 different styles as i found in this forum someone has this prob too u people ans him that..
#include <conio.h>
or
#include "conio.h"
bt still not working same error
Plz help me as soon as possible.
Thanks
Comment