copy all files from a folder to another ubuntu

C++
cp -a ./source/. ./dest/
Source

Also in C++: