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 strongm 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. joebeach

    2ffat

    Almost there 2ffat,<br>Pass word function is now working.&nbsp;&nbsp;Some little problem.&nbsp;&nbsp;&quot;Enter the nmae and ID of the student&quot; won't compute.&nbsp;&nbsp;Somehow, the cin.getline is not picking it up.<br>#include &lt;iostream.h &gt;<br>#include &lt;string.h...
  2. joebeach

    Help! What's wrong with this program

    #include &lt;iostream.h &gt;<br>#include &lt;iomanip.h &gt;<br>#include &lt;string.h &gt;<br>//#include &lt;ctype&gt;<br>#include &lt;ctype.h&gt;<br>#include &lt;stdlib.h&gt;<br>//using namespace std;<br>float calcAverage(float[], float);<br>class Password&nbsp;&nbsp;&nbsp;&nbsp;// class...
  3. joebeach

    count in array

    2ffat,<br>The only thing is that ch has to be an unknow count because the user has to input how many time.&nbsp;&nbsp;It should be dymanically.&nbsp;&nbsp;like one time it would be 2.
  4. joebeach

    array

    Can anyone tell me what is wrong with this program?<br><br>#include &lt;iostream.h&gt;<br>int main()<br>{<br>&nbsp;&nbsp;int count[]= {0};<br>&nbsp;&nbsp;int ch, x;<br>&nbsp;&nbsp;float num , total, average;<br><br>&nbsp;&nbsp;x =0;<br>&nbsp;&nbsp;total = 0.0;<br><br>&nbsp;&nbsp;for (count[x]...
  5. joebeach

    ssignh

    I got stuck in this program.&nbsp;&nbsp;I need to be able to access the program after the password is correct.&nbsp;&nbsp;Then I have to put in several student's name, student's id and their grades.&nbsp;&nbsp;I have to calculate their average grade earned. (Each students have few differents...
  6. joebeach

    Password verifier

    I got stuck in this program.&nbsp;&nbsp;I need to be able to access the program after the password is correct.&nbsp;&nbsp;Then I have to put in several student's name, student's id and their grades.&nbsp;&nbsp;I have to calculate their average grade earned. (Each students have few differents...
  7. joebeach

    count in array

    Can anyone tell me what is wrong with this program?<br><br>#include &lt;iostream.h&gt;<br>int main()<br>{<br>&nbsp;&nbsp;int count[]= {0};<br>&nbsp;&nbsp;int ch, x;<br>&nbsp;&nbsp;float num , total, average;<br><br>&nbsp;&nbsp;x =0;<br>&nbsp;&nbsp;total = 0.0;<br><br>&nbsp;&nbsp;for (count[x]...
  8. joebeach

    Password verifier

    can some one help me finishing this problem.<br><br>#include &lt;iostream.h&gt;<br>#include &lt;iomanip.h&gt;<br>#include &lt;string.h&gt;<br>#include &lt;ctype.h&gt;<br><br>class Password&nbsp;&nbsp;&nbsp;&nbsp;// class declaration<br>{<br>&nbsp;&nbsp;public:<br> Password();<br>...
  9. joebeach

    Password verifer

    I am writing a password verifier for a class project.&nbsp;&nbsp;John send me his verson of class, which is a MSVC.&nbsp;&nbsp;I am using ?Turbo C++ so I am having a hard time converting it.&nbsp;&nbsp;Can someone help me on this problem<br><br>#include &lt;iostream.h&gt;<br>#include...
  10. joebeach

    decoding encrypted message

    Kim,<br> just to decode a message using XOR. I don't mind to learn how to crack a message though.<br> <br> Joe
  11. joebeach

    decoding encrypted message

    can someone tell me how to decode an encrypted message by using exclusive OR and using the orginal encryption key?
  12. joebeach

    After you accessed the file

    how do you get each second character to be cout?<br> for example I only want tp print &quot;EEOES&quot; from developer?
  13. joebeach

    % modular Problem. Can someone help?

    I am having so trouble with % modular in one of my excercise. The problem starts with a wholesale company who will only ship case of 12 items, or master case of 144 items. That means if someone ordered one item, he will get one case of 12. <br> Inputs:<br> 1. Number of items order...

Part and Inventory Search

Back
Top