User Profile

Collapse

Profile Sidebar

Collapse
dicapryl
dicapryl
Last Activity: Nov 23 '06, 04:11 AM
Joined: Nov 14 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dicapryl
    replied to boolean expression
    in C
    (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...
    See more | Go to post

    Leave a comment:


  • dicapryl
    started a topic Polynomials in C++
    in C

    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...
    See more | Go to post
No activity results to display
Show More
Working...