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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.