The one serious code comment I have is that this is a C++ video but your coding as if it were a C programming tutorial. This may change when I view your next two but wanted to just put that out there
Hello, I liked your videos. But I noticed that you don't have videos about memory. Like in C we had malloc and reallocs. Can you add something about memory? Thx man.
Stupid question because it's reliant on the user being stupid and inputting something other than a number, but I tested the program out putting in a letter which should've repeated the function again, but instead started repeating the function an infinite amount of times. What gives?
If we made a game where we read how much harm and how much benefit an object could have from a file, then hacking the game would be dead easy! Java has serializable to combat that. Isn't there some similar kind of security in C++?
how can i search in the array to get the mark of dacia ----------------------------------------------------- Enter the file name: marks.txt Enter the student name: Dacia ----------------------------------------------------- Name Mark ----------------------------------------------------- Sue 40.5 Sherley 45 Randell 60.5 Morton 65.5 Gordon 78 Dacia 90 Bettye 74.5 Asha 67 ----------------------------------------------------- The mark for Dacia is: 90
@Mahiz96 Do everyone a favor and look up what trolling is.. its not just someone who disagrees with you.. And if you're going to state a meta then its fail troll is fail.. Jesus christ, first day on the internet?
DWORD SF =(DWORD)GETMODULEHANDLE("specialforce.exe"); DWORD Speed = SF + 0x798790; DWORD WINAPI Speedhack(void*) { while(true) { ( *(Pbyte)(Speed)) = 0; Sleep(100); } Bool APIENTRY DLLMain(HMODULE hm, DWORD rr, DWORD re) { if (rr ** DLL_PROCESS_ ATTACH) CreateThread(0, 0, Speedhack, 0, 0, 0,); } Can someone explain this too me , and tell me where I can learn stuff like this? with a tutorial like bucky? he explains good , I wish he do stuff like this IDK what any of this means where can i learn stuff like this.
There was "meth" in the objects! I am so done !! It does -44 damage too!
I can't stop laughing, omg...
This C++ series is a great place to learn the language, even if you're old (76). Thanks, Bucky.
One of the most subscribed programming channels, no video in two years.
This channel is a blessing
buck always starts off with low expectations for himself " i think this will be a 3 or 4 part series", finishes in two.
Brother u r god for poor students like us
so easy, I fully understood this video while playing a starcraft 2 match.
addicted to Meth? Don't worry, just have a piece of candy and you'll be better off than you were when you started :)
very pratical. it's still the best tutorial in2023.
Watching Bucky videos is always fun!! its better than visiting Disney land (^_^)
Alright guys, welcome to your 2034th tutorial, today we.....
wat u got against ninjas so much bucky? they r cool :P
I would recommend to try a do-while loop as a practice. Is the perfect case where we can use do-while instead of the while loop.
Great Tuturial, Caught attention from start..
The one serious code comment I have is that this is a C++ video but your coding as if it were a C programming tutorial. This may change when I view your next two but wanted to just put that out there
I miss you making videos Bucky ;、(
Hello,
I liked your videos.
But I noticed that you don't have videos about memory. Like in C we had malloc and reallocs. Can you add something about memory?
Thx man.
Paulo Moniz Actually he does. In C++, it's 'new' and 'delete' to allocate and deallocate memory in the heap.
Bucky do you have any tutorials on how to use curl/libcurl for accessing HTTP files? I'd love to see some of those. You're an awesome teacher!!
A dirty needle more deadly that an Ninja.. Go Ninja...
Methamphetanol e.g keep it up bruh :P !!!!! ~_~
u could rather use doWhile loop :)
Concreter Exactly...the result is one less line and is more efficient. Just what I thought
Ur a smart boi :)
also switch
how the fuck is it one less line? using just while loop is the most efficent in this case
exactly, do while loop was in my mind
I tryed this example and it would not run.Kept giving me a build error with my index markers in the wong place. Im using dev c++.
Like the simple title
Today I learned that Dirtyneedle is more dangerous than meth
Stupid question because it's reliant on the user being stupid and inputting something other than a number, but I tested the program out putting in a letter which should've repeated the function again, but instead started repeating the function an infinite amount of times. What gives?
Why not a switch statement to the WhatTheyWant thing?
I think the do-while loop is better at this point
I am a ninja and I feel ofended, nah just kidding :)
i can understand that candy is better than soda and fruit together^^
why didnt he use switch for it?
can you do something like if ( a file exist) something
ofstream checks that
If we made a game where we read how much harm and how much benefit an object could have from a file, then hacking the game would be dead easy!
Java has serializable to combat that. Isn't there some similar kind of security in C++?
Meth is pretty cool.
@retrothink the same works if you are young
what program are you using?
thank u bucky for the videos ,i am still new to c++ so how many time do i need to learn c++ at developer leve
gg
Are you using Code Blocks?
Yes, he is.
Tony Duong ok
dev is easier not better though
do i need to write another program to write datas into the players.txt file or can just write them in notepad???
You can just write them in notepad, just make sure you format it correctly
000 000 okay thanks, but what do you mean by formatting?
Hey Bucky. Every considered ditching the prototype and just making the functions in the top before main?
i came from part 37. this is easy.
If you think this is fun, you are going to have an awesome time when you learn how to put these things to work
how can i search in the array to get the mark of dacia
-----------------------------------------------------
Enter the file name: marks.txt
Enter the student name: Dacia
-----------------------------------------------------
Name Mark
-----------------------------------------------------
Sue 40.5
Sherley 45
Randell 60.5
Morton 65.5
Gordon 78
Dacia 90
Bettye 74.5
Asha 67
-----------------------------------------------------
The mark for Dacia is: 90
hes on 2829... dont exaggerate about how small his channel is
using switch
2020?
@Mahiz96 Do everyone a favor and look up what trolling is.. its not just someone who disagrees with you..
And if you're going to state a meta then its fail troll is fail.. Jesus christ, first day on the internet?
watcha say??Legolas Greenleaf...........
hey guys want some #3 items? xD
meth, dirty needle?!?! WTF
Im sorry but i loled.
You know, he said "even"...not "especially". Just saying.
DWORD SF =(DWORD)GETMODULEHANDLE("specialforce.exe");
DWORD Speed = SF + 0x798790;
DWORD WINAPI Speedhack(void*)
{
while(true)
{
( *(Pbyte)(Speed)) = 0;
Sleep(100);
}
Bool APIENTRY DLLMain(HMODULE hm, DWORD rr, DWORD re)
{
if (rr ** DLL_PROCESS_ ATTACH)
CreateThread(0, 0, Speedhack, 0, 0, 0,);
}
Can someone explain this too me , and tell me where I can learn stuff like this? with a tutorial like bucky? he explains good , I wish he do stuff like this IDK what any of this means where can i learn stuff like this.
Lol meth
[i] Comment Removed [/i] If you can see the italic tags. thumbs up this comment if not, thumbs up still xD
XDDDD it would sound cooler without using slang.