[Dev-C++] Accessing array problem continued.
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: Brad <nyc...@gm...> - 2012-09-23 02:51:02
|
In this psuedo code, what would block line 25 from accessing line 32? http://pastie.org/4783374 line 18, 22 and 25, laArray is undefined even though it is plenty defined in main() form1 <http://pastie.org/4783166> http://pastie.org/4783166 main() <http://pastie.org/4783187> http://pastie.org/4783187 error: <http://pastie.org/4783179> http://pastie.org/4783179 Why can't I access laArray in main() from form1? Brad |