CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 23

Threaded View

  1. #22
    Join Date
    Jul 2012
    Posts
    42

    Re: object as data member having error

    for those who are reading these replies because they are facing similar errors, i have resolved my issue what you can do is try naming your composed object variable with lower case letters, check for missing header files and lastly make sure that you have written proper constructor for initializing member variables of composed objects .
    and to others i would like to just say thank you to make me learn that proper English should be used and code tags should be used.
    regards tspga.
    Last edited by tspga; September 22nd, 2012 at 05:46 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured