Hi Sneha - Would you mind elaborating on your query? It's a little uncertain what you're asking for here. ".cpp" files contain code written in c++, and must be compiled using some c++ compiler. They can be grouped together into a library or an executable. Sometimes executables are created by linking with such a library. There are some good examples of .cpp files in the UHD examples directory here < https://github.com/EttusResearch/uhd/tree/master/host/examples >. These can be built using a pre-installed UHD if desired, or via UHD built at the same time as the examples. Hope this is useful! - MLD On Fri, Oct 5, 2018, at 11:37 AM, Sneha vasan via USRP-users wrote: > Hi, > Can you please tell me how did you execute the .cpp files. > Regards, > Sneha
_______________________________________________ USRP-users mailing list [email protected] http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
