Buckys C++ Programming Tutorials – 6 – Variables Memory Concepts

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


Posted

in

by

Tags:

Comments

48 responses to “Buckys C++ Programming Tutorials – 6 – Variables Memory Concepts”

  1. normal guy Avatar

    poeple who disliked are either idiot or supid

  2. Lovebug Teddy Avatar

    Thanks buddy 🙂
    these tutorials are really helping me alot 🙂

  3. Francis Freeman Avatar

    Code Blocks is a much much easier IDE to work with than Microsoft Visual Studio.

  4. Don't Click The Cookie. Avatar

    TREEHOUSE STOP , I WONT BUY YOU…

  5. corbyglasses Avatar

    You're "assigning" (in this case) 99 to the variable tuna . Tuna does not "equal " 99

  6. badaz181 Avatar

    i have a question idk if you still look at these posts, while I'm still only on this video I want to know

    what if you need the same ine to have varying variables? like

    int tuna = 76

    int tuna = 75

    like is there some way to create a command line that is kinda like

    under these circumstances 76

    under this other circumstance 75

    idk if you go over this in the later videos or not, but I feel it would be easier to command varying single variables than to create a command that links two variables together however give them separate functions given certain events

  7. Dead Channel R.I.P Avatar

    Hello. My name is [INSERT NAMES OF THE 50% OF PEOPLE WHO QUIT] and I suffer from short term memory loss.

  8. Joon X Avatar

    Thank you teacher Bucky ….

  9. Ner0 HyBriD Avatar

    Bucky for Presidence :DD

  10. Ali Baba Avatar

    CONGRATS FOR YOUR 1 MILLION SUBS!!!

  11. Marius VanDamme Avatar

    You only write the variable type when you DECLARE a new variable. When you create it.

  12. Rushabh Tolia Avatar

    https://notes2revise.blogspot.in/

    Visit out blog or well organized handmade and printed version of notes from this tutorial.
    You can also suggest any youtube tutorial and we will make notes or you.
    BEST PLACE TO SAVE YOUR TIME…!!

  13. chethan Reddy Avatar

    SIRI i just love coding , but in my school they teach us high level c++ which i cant understand , infact i failed in computer science exam (29%).ur videos help me a lot ……THANK U SOOOO MUCH…

  14. Muhammad Humza Avatar

    what is the data type we use in C++ to store 5 billion integer?
    unsigned int limit is 4 billion after this amount what we can use?

  15. Anirudh Starc Avatar

    When do you use void main instead of int main?

  16. Kyla Brittain Avatar

    when would u use this in c++

  17. NetherSpiral Avatar

    Thank you so much, you are such a help!
    I'm learning C++ and you're only helping me learn it more.

  18. Fourteenth of the Hill Avatar

    I usually don't want to log in to youtube to subscribe for anyone, but your videos are very helpful. You're awesome! subscribed and like!

  19. Manzzer X Avatar

    lol i thought you were gonna go over variable types

  20. Anum Razzaq Avatar

    you are really a nice tutor ever.. i don't understand my teachers :'( .. but really i understand your method of teaching .. just awesome 🙂

  21. Banana Bux Avatar

    i wonder what is the #include <iostream> and using namespace std; for..

  22. Game Freakz Gaming Avatar

    WHO NEEDS TO GO TO SCHOOL WHEN WE HAVE PEOPLE LIKE YOU ONLINE

  23. Deep Mondal Avatar

    it it good ? my first program : D
    #include <iostream>

    using namespace std;

    int main()
    {
    int a;
    int b;
    int sum;
    int multiply;
    int anykey;
    cout << "enter a number" << endl;
    cin >> a;
    cout << "enter another" << endl;
    cin >> b;
    sum = a+b;
    cout << "sum is"<< endl;
    cout << sum << endl;
    multiply = a*b;

    cout << "press any key to multiply"<< endl;
    cin >> anykey;cout << multiply << endl;

    cout << "thank me later" << endl;

    return 0 ;
    }

  24. CySin Avatar

    My hello world isn't printing:

    print("n")
    print("Hello WorldzZzz!!!!n")

    answer = raw_input("Why isn't this working?n")
    if answer == "Wrong language":
    print("Then what language is this?")

  25. GizzmoD Avatar

    ive completed this video.. how long would it take me to program something like GTA 5 now i understand this 😀

  26. Justin Farley Avatar

    This is incredibly easy to grasp, given the way you explain everything. I can imagine this would be a thousand times more difficult if I were trying to learn from a book.

    Good work, and these walkthrough videos are much appreciated!

  27. MeatTBone Avatar

    Okay so I'm trying to get used to this IDE. I've created a project where I can put all the files, and when I try to add a new file to the project, if I build and run, it will only run my first "Hello World" program. How can I fix this so I can run the other files in my project individually? Or do I have to create separate projects? Perhaps CodeBlocks is not the best IDE?

  28. mohammed6649 Avatar

    i feel like this is common sense. based on the previous tutorials we already know that we can change a variable's value with out restating its type

  29. Shawn Ali Avatar

    cout << " bucky is the best " << endl;

  30. paulius S Avatar

    i got 99 problems but tuna aint one.

  31. Stephen S Avatar

    I got 99 tunas but C++ ain't one.

  32. wolfson109 Avatar

    In fact, the compiler probably optimized out the assignment to 99 as the variable wasn't accessed again before it was reassigned to 76.

  33. Offsetx86 Avatar

    It's amazing how I am just now finding out about your tutorials! It's a shame they went down in views so fast :(.

    love this.

  34. Leonard Classen Avatar

    do you smoke weed? you have a nice voice bro

  35. Sanyam Yadvendra Avatar

    Is there any difference between <iostream> and <iostream.h> please tell me fast please..

  36. Domojestic Avatar

    these are more dank than pepe hugging gnome child feels style

  37. Bob Ross Avatar

    who the hell dislikes these videos, is there seriously like a group of 1000 people who go round disliking every video?

  38. dat Plant Avatar

    ur tutorials are amazing, been searching for someone who makes comprehendable vids, but i've never found any… Im really thankful for ur vids 🙂

  39. Manny M. Avatar

    I'm crying. I hate learning how to code through reading, and since C++ is hard I can imagine how difficult it would be. I'm a visual learner. So yeah, you're doing justice!

  40. GudPiggeh Avatar

    pls help i acciedentally made hl3 and the pirate police are after me

  41. Yoferen Untar Avatar

    when you created and set the value of the variable and when you just declared and set the value in another line???

  42. Gustaf Avatar

    You're a really good teacher!

Leave a Reply

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