G
Guest
Hi,
I'm trying to get some old programs ported to standard C++ and I don't
fancy having to keep typing "std::", so I would like to enter
using namespace std
(I forget if there's a semicolon, but I can look that up)
If I do so, does it affect the performance of my code? (I'm only
worried about at runtime, not compile-time)
Again, can the run-time performance of my code be affected if I use
the using line instead of std:: in a normal C++ program using other
namespaces?
Thanks (and sorry I haven't yet got replies together to everyone who's
answered my questions so far),
James McLaughlin.
I'm trying to get some old programs ported to standard C++ and I don't
fancy having to keep typing "std::", so I would like to enter
using namespace std
(I forget if there's a semicolon, but I can look that up)
If I do so, does it affect the performance of my code? (I'm only
worried about at runtime, not compile-time)
Again, can the run-time performance of my code be affected if I use
the using line instead of std:: in a normal C++ program using other
namespaces?
Thanks (and sorry I haven't yet got replies together to everyone who's
answered my questions so far),
James McLaughlin.