#167678 - spencer723 - Sun Mar 22, 2009 3:17 am
Hey everyone, I've made a singly linked list creation and manipulation "library" so to speak. I've run this code on the GBA with no problems. It stores integers but can be altered to store almost anything. If you do change the type it can hold you will need to change the references in functions and the entire searchList() function, but that's pretty much it.
You can download the source here: http://scs.carleton.ca/~selliot3/linked_list_GBA.rar
If you can't download like that, visit this page and click on the link: http://scs.carleton.ca/~selliot3/
EDIT: This code should also work fine on the DS. I haven't tested it because my DS compiler just doesn't seem to want to compile anything at all.
You can download the source here: http://scs.carleton.ca/~selliot3/linked_list_GBA.rar
If you can't download like that, visit this page and click on the link: http://scs.carleton.ca/~selliot3/
EDIT: This code should also work fine on the DS. I haven't tested it because my DS compiler just doesn't seem to want to compile anything at all.