how can I find perticular extension in ubuntu?

C++
find . -type f -name "*.txt"
Source

Also in C++: