On 07 Nov 2002 21:03:22 +0000
Philip Wyett <[EMAIL PROTECTED]> wrote:

# #include <iostream>
# 
# int main()
# {
#   std::cout << "Hello World\n";
#   return 0;
# }
# 
# As a sub note about the warning when including 'iostream.h'
# languages change and evolve and thus with the evolution of C++
# things are being deprecated. You also get a similar warning under
# MSVC 7 .NET, if you include iostream.h.

Can you not define the namespace to std when using <iostream> ?  

-- 
Jesse Keating
j2Solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating




Reply via email to