find saved wifi password in linux

C++
sudo cat /etc/NetworkManager/system-connections/<WiFi_Network_Name>
Source

Also in C++: