-
afanofosc_99 made 2 file-release changes.
2009-11-16 19:52:03 UTC by afanofosc_99
-
afanofosc_99 made 1 file-release changes.
2009-11-16 19:48:02 UTC by afanofosc_99
-
afanofosc_99 committed revision 260 to the Bricx Command Center SVN repository, changing 1 files.
2009-11-12 23:27:06 UTC by afanofosc_99
-
afanofosc_99 committed revision 259 to the Bricx Command Center SVN repository, changing 4 files.
2009-11-12 22:52:29 UTC by afanofosc_99
-
afanofosc_99 committed revision 258 to the Bricx Command Center SVN repository, changing 2 files.
2009-11-12 22:37:36 UTC by afanofosc_99
-
afanofosc_99 committed revision 257 to the Bricx Command Center SVN repository, changing 5 files.
2009-11-12 22:34:17 UTC by afanofosc_99
-
I define the structure
struct Struct_algo
{
int last_area;
int multl;
int constl;
int diffl;
int multr;
int constr;
int diffr;
};
Struct_algo algo;
Then I put data in the variables with
algo.multl = message[1];
algo.constl = message[2];
and so on. (message is a string)
Compiler outputs:
Error: Invalid variable argument: algo.multo
File "/home/aelg/live5.nxc" ;...
2009-11-11 22:25:02 UTC by https://www.google.com/accounts
-
At many points in time, one might find themself thinking, "Gee, this programming language lacks the ability to...", or "Wow, NXT-G can't run any slower with a program as simple as this". (The second scenario mainly involves people who have been around MINDSTORMS for a while.) All files compiled for the NXT are compiled to *.rxe. So, is there any way to decompile this, directly or indirectly, to...
2009-10-30 00:31:01 UTC by nicknackgus
-
afanofosc_99 committed revision 256 to the Bricx Command Center SVN repository, changing 3 files.
2009-10-27 23:59:45 UTC by afanofosc_99
-
afanofosc_99 committed revision 255 to the Bricx Command Center SVN repository, changing 1 files.
2009-10-27 23:46:08 UTC by afanofosc_99