there is an error that when i type# include <stdio.h>
and compile .
then errors occurs
"unable to include <STDIO.H>
so what is wrong in that

Recommended Answers

All 2 Replies

Sounds like your install may be hosed or you have not yet set the include directories.

Try this

# include "stdio.h"

If this also fails then delete current installation and perform a fresh installation..

Collect the installation file from below link :-


<url snipped>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.