|
|
 | | Re: Why do you love bley?
|
| (...) This is, again, crap. You're making a gross generalization about an incredibly diverse group of people. A large number of people I've personally talked to think the bleys DO work better with Lego's color scheme; their issue with the color (...) (19 years ago, 13-May-07, to lugnet.color, FTX)
| | |  | | Re: circular pointer
|
| I've added my comments to the code you posted (they start with **). I've also added some indenting.: #define SIZE 3 int v[SIZE],i,sum,ave; // initialize the array and some other variables sum = 0; for (i=0;i<SIZE-1;i++) { //I think this means set (...) (19 years ago, 13-May-07, to lugnet.robotics)
| | |  | | Re: Why do you love bley?
|
| (...) Attraction is virtually by definition opinion based. What one person finds attractive, you can pretty much be guaranteed you can find someone who doesn't. How you could take a statement about it as anything else is beyond me. Jeff (19 years ago, 12-May-07, to lugnet.color, FTX)
| | |  | | Re: circular pointer
|
| (...) The line above is the line that cycles the array - each time through the loop it increments i and resets it to zero if it's >= SIZE (% is modulus operator). But I would agree with you about the v[i]=0 line - seems to me it would make the (...) (19 years ago, 12-May-07, to lugnet.robotics)
| | |  | | Re: Mark's Pad
|
| Thanks much! I can see I'll be explaining the spaciness of that coffee table for a long time... God Bless, Nathan (URL) (19 years ago, 12-May-07, to lugnet.town, FTX)
| |