Can someone explain me what these errors mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
31st Jul 2018, 3:31 AM
Parth Salat
Parth Salat - avatar
2 Answers
0
You tried to initialize static variable with another non constant variable. The other error is for declaring a variable but not using it in the function.
31st Jul 2018, 5:59 AM
Akib
Akib - avatar
+ 1
It says that a static variable can't be initialized by non-constant variable. probably.
31st Jul 2018, 4:38 AM
Disvolviĝo;
Disvolviĝo; - avatar