how to find empty folders linux

C++
find . -type d -empty
Source

Also in C++: