C++ Programming

Hello,

I am trying to modify one of the C++, but I am unsure of how I am
suppose to
do this. I understand that I need to compile the file after I have
modified
it. I have tried compiling the file, but I always get an error saying
the .h
file is not found. I am not sure what I am doing wrong. I would greatly
appreciate any help or advice. Thank you for your time and help.

View this message in context:
http://old.nabble.com/C%2B%2B-Programming-tp34051396p34051396.html
Sent from the GnuRadio mailing list archive at Nabble.com.

Just got past this confusing situation not too long ago myself. The
Makefiles require the source files and classes to keep the same names
used in the example. Change the name of something, and the makefiles
don’t work anymore. Use gr-modtool https://www.cgran.org/wiki/devtools
to make a template and just edit the source files - much easier than
editing the makefiles for the examples. Best of luck!

-Dan