- Joined
- 12/5/19
- Messages
- 6
- Points
- 13
Currently working my way through the 'Introduction to C++for Financial Engineers). Probably more of you did in the past.
Now in Chapter 7 facing some difficulties implementing the 'DatasimDateTime' module. It seems the assignment operator function requires an update in the module as it is now complaining about: Error C2679 binary '=': no operator found which takes a right-hand operand of type 'DatasimDateTime' (or there is no acceptable conversion)
Someone any clue how to overcome the error?
Thanks
Now in Chapter 7 facing some difficulties implementing the 'DatasimDateTime' module. It seems the assignment operator function requires an update in the module as it is now complaining about: Error C2679 binary '=': no operator found which takes a right-hand operand of type 'DatasimDateTime' (or there is no acceptable conversion)
Someone any clue how to overcome the error?
Thanks