Search:

Type: Posts; User: WindShield

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,319

    i'm sorry, i am a newbie. i don't know that much...

    i'm sorry, i am a newbie. i don't know that much about c. i am a visual learner, so if i can't see it done, i don't understand it completely. And i don't understand all of the linux lingo errors, so...
  2. Replies
    4
    Views
    1,319

    ok, this almost works now, but it is giving me an...

    ok, this almost works now, but it is giving me an error of: undefined reference to main.


    #include <stdio.h>
    #include <ctype.h>
    int makeCap()
    char inChar;
    printf("Please type a sentence:...
  3. Replies
    4
    Views
    1,319

    What's wrong?

    Ok, I have to write a program that will change everything that is typed to capital letters. I was told to us a getChar and putChar...but i wasn't sure where to put the putChar. I am getting error...
  4. Replies
    6
    Views
    4,980

    Cheers for everyone's help. I have achieved my...

    Cheers for everyone's help. I have achieved my goal. It came out as it should have. I had a sit down and thought it all through and it worked.
    As to using code tags, when I initially typed it out...
  5. Replies
    6
    Views
    4,980

    Ok, I have rewritten the programme, but this time...

    Ok, I have rewritten the programme, but this time it is just a repition of: on the first....over and over again.
    should i just try dropping the continues?
    here is what it looks like now:...
  6. Replies
    6
    Views
    4,980

    Cheers, Ya, I wasn't quite sure why I was using...

    Cheers,
    Ya, I wasn't quite sure why I was using scanf. I was just a little confused: ) I was told that I should use the continue, so as to make it fall through. Is there another way to make this...
  7. Replies
    6
    Views
    4,980

    Switch in a While Loop

    I have a programme that must include two switched in a while loop, rather i am not sure if they have to be inside or if it doesn't matter. But i have written some coding, but it is incorrect, as i am...
Results 1 to 7 of 7