i heard there is no iostream or iostream.h in the dev c libraries

Recommended Answers

All 2 Replies

Actually, there is no iostream in C. It is a C++ feature, and certainly is in Dev-C++

what you want in C is FILE structure and associated functions found in stdio.h

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.