Search:

Type: Posts; User: key4life

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    3,304

    Well when i run this now, after the first input...

    Well when i run this now, after the first input of name it works fine. then after i input a score it jus skips the next name scan (outputs the prompt tho) then prompts for the next score.


    ...
  2. Replies
    15
    Views
    3,304

    Ok thanks ALOT guys. It works good now. LAST ...

    Ok thanks ALOT guys. It works good now. LAST problem i promise. I really dont know how to read strings with a space. Like if i enter John Brown. It messes up. Can only store One string at a time....
  3. Replies
    15
    Views
    3,304

    more

    Ok so I implemented strcpy. Can someone show me how to do the two dimensional array for the names?


    #include<stdio.h>
    #include<conio.h>
    #include<string.h>

    int main(void)
    {
    char...
  4. Replies
    15
    Views
    3,304

    More Help

    Thanks alot guys. You helped me to correctly output the names. But now the program seems to output the name that was entered last with the correct score even if they're not associated with each...
  5. Replies
    15
    Views
    3,304

    Character string help

    I cant seem to get this to work. Keep getting weird output. No clue how to fix it. Can someone help me please?



    #include<stdio.h>
    #include<conio.h>
    #include<string.h>

    main()
    {
Results 1 to 5 of 5