Passing a headerfile to a member function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mickey22
    New Member
    • Feb 2007
    • 105

    Passing a headerfile to a member function

    Hi all,

    I have to load a header file named a.mhdr and I have a member function

    loadheader(cons t std:: string filename);

    How do I specify a.mhdr and load the headerfile using this function.Thanks in advance
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by mickey22
    Hi all,

    I have to load a header file named a.mhdr and I have a member function

    loadheader(cons t std:: string filename);

    How do I specify a.mhdr and load the headerfile using this function.Thanks in advance
    I found a barebones link describing the function here, it looks like you need another argument - either the content or the path.

    Comment

    • mickey22
      New Member
      • Feb 2007
      • 105

      #3
      Hi Sicarie,

      Thank you for the link. I will pass necessary arguments and try it.Thanks once again.

      Comment

      Working...