Hi everyone. Please forgive me if this seems too simple or too easy of a question, but I'm really stuck and my teacher isn't of much help. Using Bloodshed as my compilier. Anyway the problem comes when I'm trying to copy a program down from my book into bloodshed. The line of code is:
std::cout << "Happy Birthday" << std::end1;
but the error I get says :

main.cpp:5: error: `end1' is not a member of `std'
How can I go about fixing this error? Again, thank you for any help you might have, and I apologize if this question doesn't belong in this forum.