
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Difference Between iostream and iostream.h in C++
Here we will see what are the differences between iostream and iostream.h in C++. The iostream.h was a header file used by the early 1990's I/O streams library. This was developed at AT&T for use with early C++. In that time C++ was not standardized.
iostream header file used by the C++ standard library. This is first published in 1998, to provide access to standard I/O streams.
There was never a C++ standard that made any mention of "iostream.h", but pre-standard references, such as Annotated C++ Reference Manual from 1990 did use that header file.
Advertisements