On Thu, 13 Nov 2014 11:10:45 -0800 (PST), "K' Dash"
<
adnanr...@gmail.com> wrote:
Please set you newsreader line length to something less than 80
>bellow are the MAC address of my devices. I have a vector list std::vector<Maclist> m_listentry; in header file.
You should never define an object in a header. What is the type
Maclist?
>I want to create a function in which I want to push.back all the MAC addresses. My function is also here which is not finalize. please tell me how can I do this? if any one complete my function then I will be greatfull to him/her.
>
>void
>GUID_LMS_application::CreateLMSCache(Mac48Address mac, Ipv4Address ip)
What are the types Mac48Address and Ipv4Address?
>{
> for(int i=0; i<n; i++)
> {
>
>
>
> m_listentry.push_back ();
>}
>std::cout << "my server have the following MAC list of nodes \n" << m_listentry << "\n";
>}
>
>"00:00:00:00:00:01"
>"00:00:00:00:00:02"
>"00:00:00:00:00:03"
We really didn't need two hundred lines of examples.
--
Remove del for email