Biginner

cpp.net Iran
  • 13 years ago

    Class A { A() //Constructor }

    class B: public A { B(...):A(...) {...} . . . }

    Any body know what is instruction "B(...):A(...)" in class B doing ?

  • 13 years ago

    This is constructor initialization list . Use to proper initialization of base ( subsequent ) class.

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“There are only two kinds of languages: the ones people complain about and the ones nobody uses” - Bjarne Stroustrup