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

Search:

Type: Posts; User: Gener4tor

Search: Search took 0.01 seconds.

  1. Re: DeSearialize - class has moved from assamby A to assambly B

    I cant change to xmlFormater because I have already serialized things. I try to explain it in another way:

    * I serialized Class "StayedClass" whitch has a member called "Moved" which is of the...
  2. Deserialize - class has moved from assamby A to assambly B

    For various reasons I moved a class (MovedClass) from assamblyA to assamblyB and also changed the namespace it was in. Everything else stayed the same.

    But now I have a problem reading the Data I...
  3. Replies
    5
    Views
    2,474

    Re: static const & literal

    Is there any solution to this without have to write the string twice in the Code?
  4. Replies
    5
    Views
    2,474

    static const & literal

    Hi...I have a question concerning const/literal-functions and members

    c++:
    struct StyleConstants
    {
    static const CString TestConst="UniqueStringWhichShouldBeOnlyWrittenOnceInTheCode";
    }
    ...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured