Thread
:
C++ Programming
View Single Post
03-09-2005, 02:18 PM
#
4
(
permalink
)
Iron_Cross
Ultra Techie
Join Date: Sep 2003
Location: Bamberg, Germany
Posts: 549
Code:
#include <iostream.h> int main() { cout << "Hello World"; cout << endl; return 0; }
will not work properly. Because cout is part of the std namespace. Which means it's fully quallified name is std::cout.
__________________
See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.
PM Me for my MSN
Iron_Cross
View Public Profile
Send a private message to Iron_Cross
Find More Posts by Iron_Cross