CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: g.eckert

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    6,325

    Re: How structs are initialized.

    The book is a C++ book. Although it does talk about constructor use in classes they are not mentioned in the "structured data" chapter which is where structs are introduced. I found it very weird...
  2. Replies
    6
    Views
    6,325

    Re: How structs are initialized.

    Excellent. This is exactly what i was looking for. My reference book does not mention the constructor use at all. Thanks
  3. Replies
    6
    Views
    6,325

    How structs are initialized.

    I have a struct.



    struct Thing{
    int value;
    char title;
    }
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured