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
~2K People Reached
Favorite Tags
Member Avatar for btech

I am trying to setup a simple (or so i thought) vpn connection. the static ip address is added to a netgear router and port forward is configured to a server 2003 machine with rrap. there are 2 nics in the server and they are configured LAN 192.168.1.4 and WAN …

0
45
Member Avatar for btech

I want to check to see if a binary tree is perfect. this means that the height of the left and right subtrees of the root are equal and the left and right subtrees of the root are perfectly balanced binary trees. I have written the function but am not …

Member Avatar for Salem
0
133
Member Avatar for btech

Below is my assignment. If I understand this correctly pivot as a median is the middle of the highest, middle, and lowest numbers. In this case 35 (14, 35, 72). Please correct me if I am wrong. I do not understand how to do part b. Could someone please explain …

Member Avatar for Narue
0
109
Member Avatar for btech

I have a question about hashing. If you have a hash table that is 101 in size. and the items are inserted into the table using quadratic probing. I want to insert a new item with address 30. If position 30 in the hash table is occupied and the next …

Member Avatar for Narue
0
113
Member Avatar for btech

The code below compiles but produces the wrong output. The code is supposed to convert an infix string to postfix. the current output is only the arithmetic operator, unless there are parenthesis then it will only show the right parenthesis. I have been woking on this for hours and am …

Member Avatar for perniciosus
0
125
Member Avatar for btech

I cannot figure out these errors can someone please help [code]error C2065: 'stack' : undeclared identifier error C2228: left of '.isEmptyStack' must have class/struct/union type error C2228: left of '.pop' must have class/struct/union type error C2228: left of '.push' must have class/struct/union type error C2228: left of '.top' must have …

Member Avatar for iamthwee
0
223
Member Avatar for btech

My program compiles with no errors but when I run the program it asks "Enter the number to be deleted:" if I enter any number other than the first number listed the program crashes with the following error: "An unhandled exception of type 'System.NullReferenceException' occurred in doublyLinkedList.exe Additional information: Object …

Member Avatar for Lerner
0
192
Member Avatar for btech

The assignment I am working on is to create a doubly linked list. This is what I have thus far. However when I compile I get 2 errors: LNK2001 unresolved external symbol and LNK1120 unresolved externals. Was hoping someone could look over my code and help me with these errors. …

Member Avatar for Ancient Dragon
0
159
Member Avatar for btech

I want to make a option on my toolbar a "drop down" element. I want the user to be able to mouse over links and be able to select their link from a scroll out menu. below is my navbar. could someone please help. <!-- Site navigation menu --> <ul …

Member Avatar for Dani
0
148
Member Avatar for btech

I want to make a option on my toolbar a "drop down" element. I want the user to be able to mouse over links and be able to select their link from a scroll out menu. below is my navbar. could someone please help. <!-- Site navigation menu --> <ul …

Member Avatar for Dani
0
216
Member Avatar for btech

Let me make sure I am clear. If i plan to host my own domain name all I need to do is: 1. purchase a domain name of my choosing 2. setup my server accordingly to host my site 3. setup an email server to host my mail is this …

Member Avatar for extofer
0
104
Member Avatar for btech

I am trying to write a program which will derive one class from another class by adding a data member to store the time zone. Below is what I have so far. However I am unsure on how to write the function to set the time zone. could someone please …

Member Avatar for Dave Sinkula
0
756
Member Avatar for btech

the assignment i am working on ask to write a function that uses a loop to find the sum of the squares of all integers between 1 and n. then asks "what is the order of your functions?" my question, which may be obvious is what is n? and what …

Member Avatar for Dave Sinkula
0
153