Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. MainControl& operator+=(Vote& v);
  2.  
  3. MainControl& MainControl::operator+=(Vote& v){
  4. ...
  5. }
  6.  
  7. mc+=v
  8.  
  9. error C2679: binary '+=': no operator found which takes a right-hand operand of type 'Vote' (or there is no acceptable conversion)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement