Can I use c plus plus to program a game in unity?

Last time I used it (2 years ago) I could only use c# and javascript or boo

No. Scripts are compiled to run under the Mono runtime and must be written in Boo, Unityscript, or (preferably) C#.

You can write native plugins using C++, but not the core game loop.