 | | Two dimensional arrays in NXC
|
|
Hello, I'm trying to use two dimensional arrays in NXC, like this: int onedarray[4]; int twodarray[4][4]; task main() { onedarray[2] = 1; twodarray[2][2] = 1; } I read that the stock firmware doesn't support them, so I got John Hansen's enhanced (...) (18 years ago, 29-Mar-08, to lugnet.robotics.nxt)
|
| |
 | | Re: New Mindstorms Events
|
|
Cross posting to lugnet.robotics... (URL) Philo> (...) (18 years ago, 28-Mar-08, to lugnet.events.brickworld, lugnet.robotics, FTX)
|
| |
 | | Re: advice on what Mindstorms book(s) I should consider buying
|
|
(...) This is my preferred RCX book too! Philo (18 years ago, 28-Mar-08, to lugnet.robotics.rcx)
|
| |
 | | What to use? brickOS? leJOS? pbForth?
|
|
Im a programmer so language isn't an issue. What's the status of these firmware replacements? I've looked around them some and I like BrickOs but I don't see any functions in there for the IO IR Port on the RCX! Is it just a better bet to stay with (...) (18 years ago, 27-Mar-08, to lugnet.robotics)
|
| |
 | | Re: advice on what Mindstorms book(s) I should consider buying
|
|
My son really liked the book "Building Robots with Lego Mindstorms" by Ferrari, Ferrari, and Hempel, because it teaches design principles, rather than just giving step-by-step instructions. (18 years ago, 27-Mar-08, to lugnet.robotics.rcx)
|