Search:

Type: Posts; User: pabeyta

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,715

    Yes for some reason I cant get the scanf to read...

    Yes for some reason I cant get the scanf to read a space. It reads it as the end of an input and places it the next slot in array i.e.

    (input)
    Please enter a name...
    Bob Slater
    please enter an...
  2. Replies
    6
    Views
    3,715

    I have actually found that by limiting my number...

    I have actually found that by limiting my number of loops I get the desired results. but I am now having trouble filling the array correctly my scanf wont read a _ when inputting an address. For...
  3. Replies
    6
    Views
    3,715

    adress 2d array

    I am working on an assignment for class:
    Create a program that allows a user to enter up to 10 addresses of friends. Use a two dimensional array to store the address of friends’. After each address...
  4. Replies
    10
    Views
    4,003

    You are correct if I do not get my ducks in a...

    You are correct if I do not get my ducks in a row, it is harder to count them. I think I was able to create the code after I did more research on arrays. Thank you for the push to do so.
  5. Replies
    10
    Views
    4,003

    Well "Grumpy," your name is fitting. As I...

    Well "Grumpy," your name is fitting. As I previously stated, I am new to this and I am asking for help. There is no need to be pompous, if you find it too frustrating to help simply do not respond...
  6. Replies
    10
    Views
    4,003

    Alpo, I did not define how large the name is and...

    Alpo, I did not define how large the name is and I would prefer not to.
  7. Replies
    10
    Views
    4,003

    I keep getting an error i dont understand.....any...

    I keep getting an error i dont understand.....any advice?
  8. Replies
    10
    Views
    4,003

    Sort an array alphabetically HELP!!

    Hello,
    I am new to C and taking a class. I need some help with an assignment.
    //Build a program that uses a single-dimension array to store 10 names input by a user.
    //After inputting the names,...
Results 1 to 8 of 8