Serious Help Need

2 posts / 0 new
Last post
insert
insert's picture
Offline
Joined: 3 May 2011
Posts:
Serious Help Need

Anyone know how do u normally solve this problem:

"something" not declared in this scope.

pls help thanks!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Sam Pickard
rival's picture
Offline
Mobile Archmage
Joined: 19 Mar 2009
Posts:

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.