Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tetramethrin

    usb causing conflict with mouse

    I just reinstalled windows me. The computer seemed fine until I tried plugging anything into the usb ports. The new hardware window comes up , but the computer freezes and the mouse goes out. I have to restart the computer several times before the mouse starts responding again. There are no...
  2. tetramethrin

    Deleting duplicates from a linked list, whats wrong with this code

    I have thsi code so far, It seems correct but when ran it causes an application error, saying that memory cannot be read from a certain location Any ideas? void delrep (node *&head) { node *previous = head; for (node *head2 = head ; head2->link != NULL;head2=head2->link) { for...

Part and Inventory Search

Back
Top