hey guys i got turbo C software but every time i compile a program it says that cant recognise stdio.h,conio.h,iostream.h
help
thanks

Recommended Answers

All 4 Replies

The old Turbo C is not ANSI standard

>>iostream.h

that is for c++, not c. All the other headers are in <install directory>\include folder. In the IDE look at Options --> Directories and make sure it has the correct path.

The old Turbo C is not ANSI standard

True, but that is not relevant to the problem.

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.