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: *

  • Users: ting
  • Order by date
  1. ting

    need help finishing code for addressbook....

    Hi. I need help finishing this code. I had this code posted weeks ago. But I noticed a couple of things i was doing wrong. I tried to fix them. Also I have some comments in the code saying what each line is supposed to do. I'm asking of anyone can tell me how to write those lines. I seem to not...
  2. ting

    help with arrays....

    I tried a counter and thats working fine. But I need the numbers to output with a comma after each number. Like say there are two or more passing - or two or more failing grades I need a comma to output after each number. I tried something like this, but it does not work quite well: for (i=0...
  3. ting

    how to work with structures...

    Hi SwapSawe. Thanks so much for your help. I tried the code, but the display is not displaying all of the entries. I guess I have to put a loop in the input or display function??? Also I need each entry to display one at a time? Can I get a hint on that?
  4. ting

    help with arrays....

    Hi Chip. You see, that's exactly what I've been trying to do. -keep track of the number of A's and F's in two counter variables. But I'm having trouble just writing a simple counter to do that. Maybe I'm putting it in the wrong place, who knows. And sorry about the find_median function. I know...
  5. ting

    help with arrays....

    Hello everyone. I just have a little problem with this program I am trying to complete. I will post it. The program is a sample program that computes the average, median, variance, and standard deviation for a certain number of grades. I need it to display the passing grades and failing grades...
  6. ting

    how to work with structures...

    Hi, I am finally able to log in again. I just finished sending you an email (don't know if it went thru) explaining what my problem is. So sorry I had to email you though. Well here it is again: My problem is really the display function. When the program is run, the menu pops up and if choice 1...
  7. ting

    how to work with structures...

    Hi. I need help creating an address book. I am using a structure for my code. I will post my code for anyone who can help me. I need this program to be able to add and display the entries. It also has to convert all the entries to upper case before saving them to a file. Here is my code: const...
  8. ting

    can't run Tomcat

    Hi, thanks for your reply. this is what contains in my tomcat.bat file. could you please check where went wrong? thank you so much!! @echo off rem ------------------------------------------------------------------------- rem tomcat.bat - Start/Stop Script for the TOMCAT Server rem rem...
  9. ting

    can't run Tomcat

    Hi all, I've tried thousands of time and I still can't run Tomcat. It said: Label not found. Is there anything wrong about my tomcat.bat setting? What should I type in tomcat.cat? Thank you very much!!!!! Ting

Part and Inventory Search

Back
Top