Help req: editing c files

Hi,
I have installed gnuradio from git. I wanted to view and modify .cc
files.
I placed the modified c files in following directory :

/home/sanam/gnu/gnuradio-3.2.2/gnuradio-core/src/lib/general

But the issue is when I have tracked gnuradio and I have found out that
it doesnt even go into the above mentioned general folder.
I have also deleted this folder, but to my surpise, the ofdm examples
work perfectly well.
So please tell me that where are these c blocks located ?
Secondly how can I view them ?
Thanks in advance.

Regards,
Sanam

sanam singh wrote:

So please tell me that where are these c blocks located ?
Secondly how can I view them ?
Thanks in advance.

The changes to the cc- files don’t apply until you “make and make
install” from /home/sanam/gnu/gnuradio-3.2.2/

You don’t actually use any of the source- files, the programs you write
use the compiled libraries located in /usr/local/lib (?) placed there by
“make install”. If you want to look at the blocks, you should look at
the c/c++ files.

//Mattias