 | | Re: NQC programming guide
|
|
I think you need to learn to program in text-based languages in general, first. Since NQC stands for "Not Quite C," you should learn the basics of programming in C or C++. (URL) sure someone will come in here and decry that approach and tell you to (...) (18 years ago, 5-Dec-06, to lugnet.robotics)
|
|
 | | Re: NQC programming guide
|
|
(...) So why use an array with say 5 values and not 5 variables? (...) so it's always +1, not like my pocket calculator which will keep adding the original value of x if I use a double + (5++ =10, 15, 20, etc.) (...) (18 years ago, 5-Dec-06, to lugnet.robotics)
|
|
 | | Re: NQC programming guide
|
|
(...) I wouldn't say I was a great programmer either. An array is simply a sequence of memory variables (say 1-10) that can be accessed via their numeric position. x++ If you write x++ in your code and x=1, once used, one will be added to it so it (...) (18 years ago, 5-Dec-06, to lugnet.robotics)
|
|
 | | NQC programming guide
|
|
I've been lurking on the forum for some time now, and it's about time I asked a few questions. I've read Mark Overmars' "Programming Lego Robots and using NQC" and am going through Dave Baum and John Hansen's "NQC Programmer's Guide". both are (...) (18 years ago, 5-Dec-06, to lugnet.robotics)
|
|
 | | Re: NXT with C#
|
|
Hi Alex, I know of two tools presently available that enables you to control the NXT with C#: (...) (18 years ago, 5-Dec-06, to lugnet.robotics)
|