Anyone know how do u normally solve this problem:
"something" not declared in this scope.
pls help thanks!
Anyone know how do u normally solve this problem:
"something" not declared in this scope.
pls help thanks!
Hi - I think that you need to work through some C++ tutorials, http://www.cplusplus.com/doc/tutorial/ is a good place. Scope is like when a variable is alive. If you are getting an error message that something is not declared in scope, then either the scope is wrong or you've mistyped a variable name.