|
Hi!
I read that legOS only declared varibles the first time the program is run.
Does this mean I cannot use local variables. I have loops in different
functions using 'i' as looping variable, which is locally declared. Should I
avoid this?
Tobias
|
|
Message has 1 Reply: | | Re: local variables
|
| (...) I think you're confusing the issue a little bit. LegOS only initializes GLOBAL variables when the program is loaded. So, for example, a global variable declared like: int foo = 4; Will only be initialized to 4 when the program is loaded. If (...) (25 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
|
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|