CNanoBurn : local function definitions are illegal
-
hallo does any one know what this error means or to solve it because i dont and my project has to be finish at 18:00 can somebody help thanks
-
void func() { int subfunc() { } }normally this simply means u missed a brace like this
void func() { int subfunc() { }