http://www.vim.org/scripts/script.php?script_id=3797
Tar contains just the required .vim files, so un-tar them in (or copy to) your ~/.vim/syntax/ directory.
To make the syntax permanent, consider setting with an auto command in your vimrc:
au BufNewFile,BufRead *.cpp set syntax=cpp11