This site requires JavaScript, please enable it in your browser!
Greenfoot back
Mattan.H
Mattan.H wrote ...

2011/4/10

Greenfoot Linked list?

Mattan.H Mattan.H

2011/4/10

#
is there anything like linked list on C++ in Greenfoot? i would use that for sure...
JL235 JL235

2011/4/10

#
In Greenfoot you can use the Java API. In there are LinkedList and ArrayList classes you can use. Personally I'd recommend using the latter.
You need to login to post a reply.