Uninitialized local variable 'treeHeight' used. So I put all the functions above main, now it's saying redefinition of formal parameter 'treeHeight'
Uninitialized local variable 'treeHeight' used. I want them to be local variables, not global. That's why treeHeight is inside main.
Uninitialized local variable 'treeHeight' used. I think it's meant to be outside the brackets, I've added them now anyway.
Uninitialized local variable 'treeHeight' used. error LNK2019: unresolved external symbol "void __cdecl drawTrunk(int)" (?drawTrunk@@YAXH@Z) referen...
Uninitialized local variable 'treeHeight' used. I didn't see the drawTrunk bit, cheers. However it isn't a warning, it's an actual error. Whenever...
This user does not accept Private Messages