CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Nov 2009
    Posts
    3

    Linked List dont work completely...

    Well, my problem is with the list... when i called number() to insert the number to the list, and print it out it works
    but when i called display() i got NullPointerExcpetion error....can anyone see why my listed turn empty?

    PS: dont worry about extra stuffs tho

    Program is below
    Last edited by Tekdg; November 7th, 2009 at 11:01 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured