Search:

Type: Posts; User: garycastillo

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,092

    Thanks, I think I have the input straightened...

    Thanks,
    I think I have the input straightened out. Here is my new code:#include <stdio.h>
    int main()
    {
    char messages[number_of_messages][message_length];

    int opselect;
    int x;

    for( x...
  2. Replies
    3
    Views
    3,092

    menus and strings

    I have an assignment to have user enter 10 strings and then create menu to
    -print original strings
    -print string in ASCII order
    -print strings in order of increasing length
    -print strings in...
  3. Replies
    2
    Views
    4,255

    Thanks for the correction. My question relates to...

    Thanks for the correction. My question relates to writing a function that copies the contents of a string and then replaces it in reverse order. I am not fully aware of all the functions in C, so...
  4. Replies
    2
    Views
    4,255

    replace function

    How do you use the replace function to change a string.
  5. Replies
    2
    Views
    2,838

    populating two dimensional arrays

    :confused:
    I have an assignment that requires me to populate a two dimensioanl array and then use it to prepare a summary based on that array.
    Ex. three stores each have three products, have the...
Results 1 to 5 of 5