Código
class M{ }; int main(){ char c[5]; c = typeid(M).name(); return 0; }
Alguien sabe porque se da este problema:
Citar
error: incompatible types in assignment of 'const char*' to 'char[5]'
|
|||
| Tema destacado: Sigue las noticias más importantes de seguridad informática en el Twitter! de elhacker.NET |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|