What to do after Python?

Erik Max Francis max at alcyone.com
Mon Feb 19 23:23:28 EST 2001


Sheila King wrote:

> I just ran this code on my Win98 box, using MetroWerks CW 5:
> 
> #include <iostream>
> 
> using namespace std; //introduces namespace std

No, that _uses_ the namespace std.  After that statement, you can use
the identifiers in the std namespace _without_ the std:: prefix.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ We'll have to make our own luck from now on.
\__/ Louis Wu
    7 sisters productions / http://www.7sisters.com/
 Web design for the future.



More information about the Python-list mailing list