Subject:
|
IC stack problem
|
Newsgroups:
|
lugnet.robotics.handyboard
|
Date:
|
Wed, 22 Apr 1998 09:15:10 GMT
|
Original-From:
|
Jan-Sipke van der Veen <veenjs@cs.utwente.AVOIDSPAMnl>
|
Viewed:
|
711 times
|
| |
| |
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 bytes left on board stack
Any ideas?
Jan Sipke van der Veen
|
|
Message has 1 Reply: | | 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)
|
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|