Error C2380

  • Uploaded by: Patrick Johnston
  • 0
  • 0
  • July 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Error C2380 as PDF for free.

More details

  • Words: 77
  • Pages: 1
Compiler Error C2380 type(s) preceding 'identifier' (constructor with return type, or illegal redefinition of current class-name?) The specified constructor returned a value or redefined the class name. A constructor cannot specify a return value. This error can be caused by redefining a class name. The following is an example of this error: class C { public: int C(); int C; C(); };

// error, specifies an int return // error, illegal redefinition of current class-name // OK

Related Documents

Error C2380
July 2020 5
Error
June 2020 32
Error
June 2020 28
Error
April 2020 32
Error
August 2019 57
Error
November 2019 22

More Documents from ""