remove mac ._ files windows

C++
find . -name "._*" -exec rm '{}' \; -print
Source

Also in C++: