Question: I need an accessor called GetBody created in C++ linux that returns the body of the message where the body of the message is the
I need an accessor called GetBody created in C++ linux that returns the body of the message where the body of the message is the #'s in m%###%cccccc. The #'s stand for any real integer. So as an example if it was m%321%cccccc the GetBody would return 321. It must follow the following header file.

class Message
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
