Forum: C++ Mar 5th, 2005 |
| Replies: 10 Views: 7,968 |
Forum: C++ Mar 5th, 2005 |
| Replies: 10 Views: 7,968 Just to expand on the major differences of usage:
The <iostream.h> library has been deprecated for many years now, but some C++ coders will still use it instead of <iostream> library. The .h... |