Advertisement

question about random numbers

Started by March 02, 2002 01:40 PM
0 comments, last by sanguineraven 22 years, 8 months ago
i was reading a tutorial on random numbers: #include <windows.h> #include <iostream> using namespace std; I know what the first two lines refer to and do but what does the third line do? A comment says: "This is for the standard functionality of iostream" <----????? What about me? What about Raven?
When you use "iostream" instead of "iostream.h", you must put "using namesapce std" to avoid name conflicts.

This topic is closed to new replies.

Advertisement