hi,
im working with the queue class but not allowed 2 use the collections namespace, ok thats fine. paitent is the name for objects i want to queue. heres my paitent class
public class paitent
{
private string name;
private string NHSW;
private paitent next;
}
public string name
{
get { return name; }
set { name value; }
}
public string NHSNnumber
{
get {return NHSN;}
set { NHSN value; }
}
public paitent next
{
///////////// here i want to combine name and NHSNnumber\\\\\\\\\\\
}
im thinking i need a for loop. does any one know of a good web page where i can see some
queues to help.
any suggestions would be awesome, thanks