Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rsisal

    c++ help help

    I am trying to write a program that will calculate a salesperson annual bonus. The clerk will need to enter the alesperson's name and sales.The application should calculate the bonus based on the amount of sales.<br><br>#include &lt;iostream.h&gt;<br><br><br>void bigBonus();<br><br>&nbsp;void...
  2. rsisal

    c++ help:

    I can't get this program to execute correctly. Please help<br><br><br>//Description:&nbsp;&nbsp;This program will use an if, switch and value returning<br>//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;function to calculate and print a salesperson name and...
  3. rsisal

    c++ game

    Please help me with this program. where am I going wrong?<br><br><br>#include &lt;stdio.h&gt;<br>#include &lt;iostream.h&gt;<br>#include &lt;math.h&gt;<br><br><br><br>void main()<br>{<br><br>&nbsp;long a[4],b[4],c[4],d[0400],e=1;<br><br>&nbsp;typedef struct f<br>&nbsp;{<br>&nbsp;&nbsp;long...

Part and Inventory Search

Back
Top