linux search for files larger than

C++
$ find . -type f -size +4G
Source

Also in C++: