User profile: Elysian

User info
User name:Elysian
History
Joined:
Number of posts:14
Latest posts:

Quick problem - return current element in linked list (one line of code)
In main: List L2; lines to store values As soon as my tests in main hits " cout << L2.current(...

Quick problem - return current element in linked list (one line of code)
Class definition: [code] class List { private: struct Node { ...

Small problem with adding a decimal to an answer
Try this put this at top #include <iomanip> cout << "Enter the temperature in degrees Fahrenheit: ...

Simple multiple choice question; Assignment Operator
Thank you so much.

Simple multiple choice question; Assignment Operator
They are practice questions for my final tomorrow. what about 2 and 3?