Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
Member Avatar for LiTos456

My sister has a strange issue with her Vista laptop. 2 days ago her firefox froze up and then the whole laptop shut down, but everything was fine since. Today, it happened again, then when she booted it up it started up and then shut down. She tried again and …

Member Avatar for imranb_001
-1
190
Member Avatar for kse989

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 …

Member Avatar for Bob_180_Bob
0
128
Member Avatar for sonowthen

Hello, So for about a week, I've been running scans regularly using Spybot S&D, SUPERAntiSpyware, and Spy Hunter, but it hasn't gotten rid of the VIRUS ALERT! at the bottom right corner of my taskbar. Also, it oddly changed my clock to military time. Control Panel and My Computer, My …

Member Avatar for crunchie
0
154
Member Avatar for kse989

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 …

Member Avatar for kse989
0
113
Member Avatar for kse989

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 …

Member Avatar for kse989
0
120
Member Avatar for kse989

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 …

Member Avatar for Laiq Ahmed
0
887
Member Avatar for kse989

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(); …

Member Avatar for Ancient Dragon
0
183
Member Avatar for kse989

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 …

0
63