RSS
Follow Us
Contribute
 
 
 
 

Error C2020: too many characters in constant

 
We need YOUR SKILLS in this collaborative work, to build the largest solution center for error messages.

From $1

Table of contents
  1. 1. Cause
  2. 2. Solution

Cause

This error message appears in Visual C++ when an inherited member of a base class is redefined in subclass.

Solution

Remove the redefinition of the inherited member from the subclass or define it with another name. 

 
 
 
 
Comments