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
~469 People Reached
Favorite Forums
Favorite Tags
c++ x 11
Member Avatar for moshe5

So the assignment is to create a Sorted Linked List, not doubly, and not using a tail. I am using a SortedListNode Struct in the private area of the SortedList class. I think this is causing problems. I have the logic, and I was on the verge of succeeding, but …

Member Avatar for moshe5
0
257
Member Avatar for moshe5

I am supposed to implement an ADT polynomial, using an array for polynomial coefficients- using- degree() - gives the highest degree in the polynomial. coefficient(power)throw(InvalidPowerException) changeCoefficient(newCoefficient, power)throw(InvalidPowerException) overloaded + operator to add 2 polynomials overloaded << operator I cannot use a list class for this project. special cout cases: +1, …

Member Avatar for ithelp
0
103
Member Avatar for moshe5

Hi All! I am currently stuck on a c++ program I'm working on. So the program will have the user input data into a 2-d array. sample dialogue: BLOB SIZE CALCULATOR- Enter coordinates for each filled cell; e.g 2 3 Do not enter commas or parentheses. Enter -1 -1 to …

Member Avatar for Lerner
0
109