Thursday, August 4, 2011

C++ : Error when assigning struct into pair?

By your code, you’re trying to “force” this assignment: Date = DateInner, but you must remember they’re different structures, even if they have common attributes... Try to replace DateInner for Date in the Goods structure.

No comments:

Post a Comment