Search:

Type: Posts; User: macnasty

Search: Search took 0.24 seconds.

  1. How to populate a switch statement with a linked list

    I need to create a menu that shows list of links and i presume i would do this through a switch statement but i'm not sure how to populate the switch with the links.
  2. What is wrong with this code, please desperate

    public class Site
    {
    protected class PageNode
    {
    protected PageNode down;
    protected PageNode across;
    protected PageNode up;
    protected Page page;
    }
  3. Replies
    4
    Views
    1,474

    Re: Hi!!! New member

    cheers guys
  4. Replies
    4
    Views
    1,474

    Hi!!! New member

    Just a little thread to introduce myself, I'm a mature student, studying BSC Structures and Algorithmns is killing me and programming is what i would really like to do and I know I will get it but...
Results 1 to 4 of 4