Help : Can we use the c++ part of the gnuradio only

HI everyone ,
I want to know a thing regarding gnuradio to all the guys out there
regarding the gnuradio implementation using the c++ programming only.
What i mean to say is that i want to use c++ part of the gnuradio and
remove
the python part in my experiment regarding the signal processing blocks.
I want my code to be programmed in c++programming and not using the
python.My signal processing block is in c++.
Thanks in advance for your concern , and hope someone will guide me in
this
topic.

On Thu, Jan 20, 2011 at 2:41 AM, ton ph [email protected] wrote:

HI everyone ,
I want to know a thing regarding gnuradio to all the guys out there
regarding the gnuradio implementation using the c++ programming only.
What i mean to say is that i want to use c++ part of the gnuradio and remove
the python part in my experiment regarding the signal processing blocks.
I want my code to be programmed in c++programming and not using the
python.My signal processing block is in c++.
Thanks in advance for your concern , and hope someone will guide me in this
topic.

You can find a simple example in the source code at
gnuradio-examples/c++/dial_tone.

You can also completely disable python if you want during configure
time using the --disable-python flag.

Tom