My dev-c++ compiler is telling me that ios::noreplace is not a valid member of std::ios. Why?

Recommended Answers

All 2 Replies

My dev-c++ compiler is telling me that ios::noreplace is not a valid member of std::ios. Why?

Because no ios::noreplace in C++ at all (10 years or more):
http://www.devx.com/tips/Tip/14544

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.