What to do after Python?
Sheila King
sheila at spamcop.net
Tue Feb 20 19:18:22 EST 2001
On Mon, 19 Feb 2001 20:23:28 -0800, Erik Max Francis <max at alcyone.com> wrote
in comp.lang.python in article <3A91F140.27EF253B at alcyone.com>:
: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.
Sorry. That comment is automatically inserted by my compiler when I start a
new project. (I could delete or modify it, of course, by I seldom even think
about it.)
--
Sheila King
http://www.thinkspot.net/sheila/
http://www.k12groups.org/
More information about the Python-list
mailing list