I was learning Adam Drozdek\'s book \"Data Structures and Algorithms in C++\", well, I typed the code in page 15 in my vim and compiled it in terminal of my Ubuntu 11.10.
main() function is missed.There should be a main() function in C++ ,and you should put cout into a function.
main()
cout