Search:

Type: Posts; User: likewise

Search: Search took 0.01 seconds.

  1. Replies
    24
    Views
    2,996

    No I cannot, but I have a start. I was looking...

    No I cannot, but I have a start. I was looking for help, not an aggressive attack of sarcasm to put me down. Which makes me think the both of you have insecurities of some measure where you feel...
  2. Replies
    24
    Views
    2,996

    Then you didn't understand how much of a beginner...

    Then you didn't understand how much of a beginner I was.
  3. Replies
    24
    Views
    2,996

    Oh! Meldreth, thank you soooo much!! That is...

    Oh! Meldreth, thank you soooo much!! That is very helpful, I really appreciate your time in doing that.
  4. Replies
    24
    Views
    2,996

    im not asking for kindergarten code, im asking...

    im not asking for kindergarten code, im asking for you to explain what the code does to me as a beginner.
  5. Replies
    24
    Views
    2,996

    ok noted the error in yalls replys. fixed and it...

    ok noted the error in yalls replys. fixed and it compiles.. but i still don't unerstand why. can you add comments describing what each line preforms?
  6. Replies
    24
    Views
    2,996

    #include #include #include...

    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <ctype.h>

    char *sdup(char* s);
    char *supper(char *s)

    int main()
    {
  7. Replies
    24
    Views
    2,996

    I would love to understand what yall are talking...

    I would love to understand what yall are talking about, can you post with a more kindergarten style so the beginner can learn?
  8. Replies
    24
    Views
    2,996

    as a beginner, that coding does not flow easily. ...

    as a beginner, that coding does not flow easily. Will you repost with comments about what each line does? I want to avoid anything needing ctype.h because with my mac working in terminal, many...
  9. Replies
    24
    Views
    2,996

    ok sry, I am also on a mac. This is the code: ...

    ok sry, I am also on a mac. This is the code:


    #include <stdio.h>

    main()
    {
    char firstname[80];
    int loop =0;
  10. Replies
    24
    Views
    2,996

    beginner help with C (pointers)

    I am a C beginner. I just created a program that iterates over the length of a string that calls toupper() on each character.

    My question: I want to create a copy of the original, translate...
Results 1 to 10 of 10