Search:

Type: Posts; User: whtpirate

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    2,413

    thanks for the help, works perfectly now :) ...

    thanks for the help, works perfectly now :)



    #include <stdio.h>

    // Take user input and Output it backwards.

    int a;
    char choice[200];
  2. Replies
    9
    Views
    2,413

    Taking input and Outputting it backwards

    I'm not sure what the problem is here, but I can get the program to produce, "Hello" as "olleH" but when I type something like,
    "Hello my nick is whtpirate" I only get "olleH" what seems to be the...
  3. Replies
    7
    Views
    1,730

    Hey guys I got it working thanks to your help and...

    Hey guys I got it working thanks to your help and a friend of mines helps



    #include <stdio.h>

    int main()
    {
    int x;
    float y;
  4. Replies
    7
    Views
    1,730

    Thank you SourceCode yep it makes sense, I'm...

    Thank you SourceCode
    yep it makes sense, I'm busy learning strcmp(); right now heh
    If I have any problems from now i know where to come :)

    thanks..
  5. Replies
    7
    Views
    1,730

    yay thank you I didn't think I would get such...

    yay
    thank you
    I didn't think I would get such a quick reply
  6. Replies
    7
    Views
    1,730

    Here is the code... #include ...

    Here is the code...



    #include <stdio.h>

    int main()
    {
    int x,y;
    char choice;
  7. Replies
    7
    Views
    1,730

    A little Help with a small program

    I've just started out with C awhile ago I'm just making my way down to learning Arrays and such...
    But I'm having a little problem with this program and I"m not sure why I was wondering if anyone...
Results 1 to 7 of 7