CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: J-Ideas

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    3,314

    Re: RingQueue ADT nullpointer exception

    thanks keang, i have already figured out what my problem was shortly after i posted it. Sometimes the best solution to a problem is to take a rest and fresh yourself before continueing on it, haha
  2. Replies
    4
    Views
    3,314

    Re: RingQueue ADT nullpointer exception

    I am not sure if this will be useful... This is the method i used to set up my ringQueue. and it also belongs to the RingQueue class.



    public class RingQueue{
    ...
    ...

    /**...
  3. Replies
    4
    Views
    3,314

    RingQueue ADT nullpointer exception

    Hi, i am working on a generic RingQueue ADT, however i came across a nullpointer exception during runtime and i cannot figure out what exactly my problem was.



    /** Node of a singly linked list...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured