| | IC stack problem
|
| Hello everybody, Is something wrong with this code or is it IC? { int a[4][4], i; for (i=0; i<4; i++) { a[i][i]=i; } } When I type this at the IC prompt it complains: Downloading 79 bytes (addresses C200-C24E): 79 loaded COMPILER ERROR!: 2 extra (...) (27 years ago, 22-Apr-98, to lugnet.robotics.handyboard)
| | | | Re: IC stack problem
|
| Dear Jan-Sipke, Two-dimensional arrays are not implemented in the freeware IC 2.8 -- sorry. I just tested and your code works fine with IC 3.1/3.2. -- Randy ---...--- (...) (27 years ago, 24-Apr-98, to lugnet.robotics.handyboard)
| |