(force >= 30 && force<=50);
'&&' ensures that force has to satisfy both conditions. Or.. both conditions must be true for the following executions to work.
:)
-dicapryl...
User Profile
Collapse
-
Polynomials in C++
Hi all! I'm new to here .. so please excuse me if my questions are unclear etc :)
I am trying to store polynomials in C++ using linked lists.
My class is called Polynomial and i've created a structure that represents each term in the polynomial (a node in the linked list). A node is called 'term'.
However, I am having a problem visualizing how to link all these 'term's together to create a 'Polynomial' that i can actually...
No activity results to display
Show More
Leave a comment: