C Programming Tutorial – 34 – strcat and strcpy

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

48 responses to “C Programming Tutorial – 34 – strcat and strcpy”

  1. Joana CS Avatar

    HAHAHAH ur AWESOME

  2. Abhishek Jagtap Avatar

    open bobs and vagen pls" – send her this

  3. Sabya Bhoi Avatar

    3 years have passed since then. Mind telling us what happened in the end??

  4. L B. Avatar

    easy. dont get seduced., or she ll rip you apart.

  5. Mr. J_Krr_ Avatar

    Just type bacon and Tuna. Works with your program, will do with girls too.(I guess)

  6. Turncoat Avatar

    The only reason not to give these tutorials a 9/10 is the size.
    I appreciate that it's high quality but it's just not needed,
    it's way too small even on my huge monitor.

  7. Mr Picachu Avatar

    the font is too small, and the tutorial is from newboston. I thought your tutorials are better than other.

  8. Omega Avatar

    Good Humour + Simple Explanation + High Programming Skills = Bucky Roberts!

  9. Jordan Rice Avatar

    Look up RSD. Thank me later and godspeed!

  10. john stiple Avatar

    can u please tell me the name of that girl? hehe

  11. Nosferatu Avatar

    just say her you want to fuck her mate. works %10 but no hard work needed.

  12. freeman o Avatar

    DID YOU GET SOME PUSSY NIGGA?

  13. Ayumu Tachibana Avatar

    Wount you teach us how to make those librarys?

  14. Hamza Salah Avatar

    int main()
    {
    char Fname[20];
    char Lname[20];
    printf("Enter your first name->");scanf(" %s",Fname);
    printf("Enter your last name->");scanf(" %s",Lname);
    Fname[0]=toupper(Fname[0]);
    Lname[0]=toupper(Lname[0]);
    int i=0;
    do
    {
    if(Fname[i]=='')
    {
    Fname[i]=' ';
    Fname[i+1]='';
    break;
    }
    i++;
    }while(i<=(strlen(Fname)+1));
    printf("Full name:%s",strcat(Fname,Lname));
    return 0;
    }
    i've included(Ctype.h, stdlib.h, stdio.h, string.h)
    this function appends last name to the end of the first name and it makes sure there is space between the two strings + the first letter is upper case:
    and thanks bucky

  15. Manal Izem Avatar

    the best way to have her is sending the link of this tutorial and tell her to watch it all lol ik it's 3 years later now but i really wanna know if u got her or not btw thanks for the tutorial it was really interesting

  16. DarceyXgamer Avatar

    Tell her "my dad has a GTR"

  17. Aaklit Taneja Avatar

    start with "are you french? because ma-damn"

  18. Kayizzi Shakul Avatar

    the words are too small our brother ..not easily viewed

  19. shizyninjarocks Avatar

    Bucky got dat ass for sho.

  20. vineeth battula Avatar

    Bucky ,thanks for the tutuorials because of you in two days I came this far…
    Here I am attaching my code homework , go through this and if any suggestions from you I will be waiting to hear them.

    #include <stdio.h>
    #include <stdlib.h>
    #include <ctype.h>
    int main()
    {
    char password[20];

    printf("Hello guys enter the password here, the length of the password not greater than 20 characters.n");
    scanf(" %s", password);
    int i=0;
    int a,b,c;
    a=b=c=0;
    for(i=0;i<20;i++)
    {
    if(isalpha(password[i]))
    {
    if(isupper(password[i]))
    {
    a++;
    }
    }
    else if(isdigit(password[i]))
    {
    b++;
    }
    else
    {
    c++;
    }
    }
    if((a==0)||(b==0)||(c==0))
    {
    printf("Your password is weak, please change it n");

    }
    else{
    printf("Strong passwordn");
    }

    return 0;
    }

  21. DEVASHISH SHARMA Avatar

    I just love the way this tutorial starts.

  22. Tannya Seth Avatar

    #include<stdio.h>
    #define MAX 500

    int main(){

    char password[MAX];
    char p;
    int i=0;

    printf("Enter the password:");

    while((p=getch())!= 13){
    password[i++] = p;
    printf("*");
    }

    password[i] = '';

    if(i<6)
    printf("nWeak password");

    printf("nYou have entered: %s",password);

    return 0;
    }

  23. Argad Argad Avatar

    what happened to the hot girl?

  24. AJay Gupta Avatar

    Hey bucky, in your one of Podcast you told that you don't have FB account, so how can yousend request to that girl????

  25. Robin Singh Avatar

    Here is my CODE but it shows runtime error by saying segmentation fault(core dumped)
    Whats wrong in it??

    #include <stdio.h>
    #include <stdlib.h>
    #include <ctype.h>
    #include <string.h>
    #include <math.h>
    int main()
    {
    int i,upper,lower,special;
    upper=lower=special=0;
    char password[20];
    printf("Enter your new passwordn");
    scanf(" %sn",password);

    {
    for(i=0;password[i]=!'';i++)

    if(isupper(password[i]))
    upper++;

    else if(islower(password[i]))
    lower++;

    else if(password[i]=='$')
    special++;
    }
    if(upper>=1 && lower>=1 && special>=1)
    printf("Your password is validn");
    else printf("try againn");

    return 0;
    }

  26. savinud Avatar

    say hi and ask her to hang out in the park

  27. Bennett Shure Avatar

    you should write her an application about how much you love her

  28. Michael Haverty Avatar

    teach her to strcpy!!!

  29. Johnny Quid Avatar

    Bucky, it was almost 2 years ago, can you tell us what happened in the end. I'm sure that this story was far more interesting than tutorial to most of us, so
    if(you're_watching) {
    printf ( "Please let us know what happened! n "); }

  30. lord bumus Avatar

    every girl is waaaaaaay ooouuut of YOUR league. Jk

  31. D. Refaeli Avatar

    You already taught strcpy. I guess all that giddiness takes it's toll 😉

  32. Shepherd Yannis Avatar

    too small, hard to watch for a small screen

  33. muh ar Avatar

    fatty smelly Bucky love too much ham son of pig

  34. Mircea Arva Avatar

    Hello from the past!!! (3-9-2016)

  35. Peter DD Avatar

    Why would one ever use strcpy if one can simply write
    ham = "Bucky smells!";
    What's the difference?

  36. Peter DD Avatar

    I'm gonna be pronouncing string as shtchshring for some time.

  37. uncleRicky Avatar

    bucky your a pussy. Dude you don't get a girl by friend requesting her, every loser has done that. You just fade into indifference. If you want to get a girl you need to go up to her. I met my girlfriend on the chicago subway. I said to her " Hi your adorable my name is chris I'm here to flirt with you"

    Then started a conversation.

  38. MUHD SAFWAN Avatar

    how to change bucky robert into Bucky Robert

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

    int main()
    {
    char fname[20];
    char lname[20];

    printf ("n Enter your first name :");
    scanf (" %s", fname);

    printf ("n Enter your last name :");
    scanf (" %s", lname);

    fname [0]=toupper(fname[0]);
    lname [0]=toupper(lname[0]);

    printf ("n # your name is %s %s #n",fname, lname);

  39. Frost Whitestone Avatar

    printf("Hello, world!");
    It works with code, so should work with girls

  40. Abdikhaliq Avatar

    I promise guys ….i don't smell.

  41. just4funFTW Avatar

    am i too late for this or can i still give you the advise on what to text her?

    you mentioned it at 6:28 in your own video, i mean.. its perfect dude
    its casual, not too clingy and still a compliment !

    (whatup beatiful girl i just met)

  42. ZURATAMA1324 Avatar

    Wait, why would I need strcpy if I can just redefine the variable?

Leave a Reply

Your email address will not be published. Required fields are marked *