Search found 3 matches

by LurkinDerk
Wed Dec 14, 2011 8:12 pm
Forum: Programming Tools
Topic: Linked Lists
Replies: 0
Views: 21308

Linked Lists

I needed some linked list source code for a game I am building with Just Basic. I began searching for some free source code. After searching all the JB forums and coming up empty I did a web search for linked list example source code. All the free source I could find was written in the C language ...
by LurkinDerk
Sat Feb 27, 2010 12:37 am
Forum: Demos
Topic: Updated Recursive Filetree for Vista x64
Replies: 0
Views: 13617

Updated Recursive Filetree for Vista x64

Thanks to Stefan Pendl.
This is a modification to his recursive filetree program which went into a loop on my Vista x64. The modifications changed a few things to allow the recursive filetree program to complete. I added a subdirectory stack instead of Stefan's ever-expanding strings. I also allowed ...
by LurkinDerk
Wed Feb 10, 2010 5:03 am
Forum: Database
Topic: ISAM (Indexed Sequential Access Method) for Just Basic
Replies: 0
Views: 14297

ISAM (Indexed Sequential Access Method) for Just Basic

I have converted the ISAM routines from Liberty Basic newsletter #110 written by Richard Peeters to the same routines for Just Basic.
The zip file attached contains the source code with the routines embedded into a test program.
Please feel free to download the routines. They might help you to ...