View Full Version : how to traverse from intial goal to goal using pointer and linked list


khaty79
06-02-03, 12:39 AM
hello.. i have a problem that need to be solved. basically the problem is how to code fron intial goal to goal that have an action. ex:- traverse from australia to france, the actionis travese using flight or car?? can u help me to code in vb.net using pointer and linked list:(

SG-N
06-02-03, 05:13 AM
Sorry, but I don't understand what you mean... :bugeye:

khaty79
06-02-03, 08:03 PM
basically i want to code a simple program, that using vb.net as a platform. The program must need a pointer and also a linked list, a pointer must point to the initial point and it must be link to the other nodes until it reach to the goal. for example travese from US to UK. The option(action) is use by train or flight. it just a simple planning. but i dont know how to do it because this is new for me.. can u help me ASAP. than you. your co-operation is highly needed.:(