Help with special characters

As a proud norwegianer I often find myself in trouble when I start learning a new programming language, due to the norwegian characters æ, ø and å.

My question:

How do I make the C+±script

cout << "æøå";

output correctly?