I\'d like to compile cpp file w/o turning off vi. I know the :!g++ file.cpp but I prefer :make so I added this line in .vimrc file
I should change C,Cpp into c,cpp, then it works fine. thank you all, especially Rob Wells, your answer helped me a lot. thank you.