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

Search:

Type: Posts; User: manishak

Search: Search took 0.03 seconds.

  1. Re: boost serialization of nested struct does not work in c++

    edited the code..
  2. boost serialization of nested struct does not work in c++

    I'm trying to serialize a struct which contains two or more other types of sturct. But it seems that serialization does not work. Below is sampel code :

    /SimpleData.hpp


    #include...
  3. Replies
    2
    Views
    3,972

    Re: simple issue on function overloading in c++

    really thanks.. i forgot forward declaration of function..
  4. Replies
    2
    Views
    3,972

    simple issue on function overloading in c++

    I'm really confused and hence putting this very simple on function overloading. Below is the sample code

    struct X
    {
    };

    struct Y
    {
    }
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured