No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: Was there any messages before it shut down? or did it just shut down? You could try to disconnect battery and use straight power -- this could be the cause of a malfunctioning battery It wouldn't hurt to run a virus scan, even though firefox is much more secure than … | |
I have a virus on my dell inspiron desktop running Windows XP service pack 1a I have 1 account on the computer and it is password protected I am trying to use the xp disk to repair my windows I go through, hit f12 and then choose to run from … | |
Re: One important thing to remember, stick to one anit-spyware/scan service... there are a lot of rogues out there If it still does not seem to work after running the program jholland has suggested, try turning off restore point, sometimes this can interfere with the scanning process as well If all … | |
I have got a nasty virus on my desktop running windows xp sp2 Basically, it has: - Disable mcafee services - Disabled all cookies - Hijacked my ie I have read countless forums and have tried what seems like thousands of methods All of the methods I have read about … | |
I am having trouble with my binary search tree... these are the errors i am getting - it is my print function and the find function I have not written the code for the other print functions, i need it to compile before i can go on bintree.h - find … | |
This is the header file for a Recursive Binary Search Tree - I have never used recursion, not sure if I'm, using it right... If you could tell me if this is the correct algorithm for recursion for this code, that would help alot. -- also, I am not sure … | |
I need help writing code for my print function in a linked queue adt [B]queue.h[/B] [CODE= CPP] template <class ItemType> // record type for nodes on queue struct NodeType { ItemType info; NodeType* next; }; template <class ItemType> class QueueType { public: QueueType(); QueueType(const QueueType &); // Copy constructor ~QueueType(); … | |
The assignment is to, using the given header file, write an implementation file, a menu-driven test file, and a car wash simulator... [B][U]Please see attachment for complete instructions[/U][/B] This is what I have so far, I am having trouble with my print function... I am new to Queues and not … |
The End.