linux copy folder with files

C++
cp -R path_to_source path_to_destination/
Source

Also in C++: