Coding entirely in C++

I want to write GNUradio apps entirely in C++.

Could anyone outline a general procedure of converting a sample python
example(say, dial_tone.py) to c++?

I saw online that the usrp can be interfaced by using the -lusrp switch
when using g++. How do I find the corresponding -l… switches when I
include the c++ headers I need?

Also, after building GNUradio 3.2, I could see pyhton examples in the
folder gnuradio-3.2/gnuradio-examples/python/ but didn’t find the c++
examples in gnuradio-3.2/gnuradio-examples/c++.
Did I forget a step while building or these examples don’t exist?

Any help would be appreciated.

-Rush

[email protected] wrote:

I want to write GNUradio apps entirely in C++.

Could anyone outline a general procedure of converting a sample python example(say, dial_tone.py) to c++?

Does this help?

http://gnuradio.org/trac/browser/gnuradio/trunk/gnuradio-examples/c%2B%2B/dial_tone/dial_tone.cc

Philip