CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Posts
    48

    Advantages of using Initialization list

    Hi,
    Can anyone give me information about the advantages of using initialization list ?

    Upto my knowledge, it will be used specifically for initializing constants and reference member variables in a class. Apart from this, is there any other advantages available ?

    Thanks
    Kiran

  2. #2
    Join Date
    Jan 2003
    Posts
    615

    Re: Advantages of using Initialization list

    Before post, make an effort yourself, try googling or search here.

    When posting, give a proper description of your problem, include code* and error messages.

    *All code should include code tags

  3. #3
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Re: Advantages of using Initialization list

    There are tons of advantages.

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