using namespace std;
in linked list code
what this mean???




Posted 22 May 2010 - 11:05 AM
using namespace std;
Posted 22 May 2010 - 11:09 AM
This post has been edited by SpeedisaVirus: 22 May 2010 - 11:11 AM
Posted 22 May 2010 - 11:10 AM
std::cout << "This is a line\n"; std::cout << "This is another line\n"; std::cout << "What is your name? "; std::cin >> name;
using namespace std; cout << "This is a line\n"; cout << "This is another line\n"; cout << "What is your name? "; cin >> name;
Posted 22 May 2010 - 11:14 AM
Posted 22 May 2010 - 12:42 PM
Martyr2, on 22 May 2010 - 05:14 PM, said:
Posted 22 May 2010 - 02:14 PM
button on the bottom right of each post. We encourage user to click this button when a post is helpful to you or the poster really went above and beyond to help another member.
button. Please be a little considerate when using this button as marking someone down might make them a little mad. So if you honestly feel that the post did not contribute to the conversation or was too confusing to be any help what-so-ever then mark it down.
