C++ For Skids!

  Рет қаралды 48,183

ebola man

ebola man

Күн бұрын

Пікірлер: 439
@EricParker
@EricParker 3 ай бұрын
Rewrite it in rust.
@Master120
@Master120 3 ай бұрын
C for the win, push to the repo on every save.
@Hnxzxvr
@Hnxzxvr 3 ай бұрын
Rust gang here | V Rust Rust Rust Rust Rust Rust Rust Rust Rust Rust Rust Rust Rust
@BunrithViwatthanak
@BunrithViwatthanak 3 ай бұрын
Rust vs C++ who will win!
@mila-d5b
@mila-d5b 3 ай бұрын
@@BunrithViwatthanak c++ fuck rust
@berymain
@berymain 3 ай бұрын
ericparker verified now.
@AbsurdImprobability
@AbsurdImprobability 3 ай бұрын
< is the "less than" sign, and > is the "greater than" sign. Nice, easy to follow content, this will be helpful for beginners to get started! Thanks for making this!
@theamazingeditor7961
@theamazingeditor7961 2 ай бұрын
yes
@epixerty
@epixerty 2 ай бұрын
no, thats the name of the operator. those characters are called angle brackets
@Fritted
@Fritted 2 ай бұрын
@@epixertylook on unicode sheets they’re known by the names "Less-Than Sign" and "Greater-Than Sign"
@Tear-ud2gi
@Tear-ud2gi 2 ай бұрын
1 > 2
@kanuki0
@kanuki0 3 ай бұрын
3:36 lil correction for the skids: cout is actually not a function, but a stream object. the "
@ebolaman_
@ebolaman_ 3 ай бұрын
thanks 🙏
@Hnxzxvr
@Hnxzxvr 2 ай бұрын
@@ebolaman_ok now actually let me out your basement
@tsunami870
@tsunami870 2 ай бұрын
@@kanuki0 no it stores data in the stream buffer and when a newline is encountered it flushes immediately, so cout
@Kripo-handle
@Kripo-handle 3 ай бұрын
bro wtf i js started with C++, that was well timed
@nol4nator
@nol4nator 3 ай бұрын
Literally the same here
@IgnBesd
@IgnBesd 3 ай бұрын
same xd
@adalwolf9419
@adalwolf9419 3 ай бұрын
He’s always watching
@prodbyzuha
@prodbyzuha 3 ай бұрын
same
@Kripo-handle
@Kripo-handle 3 ай бұрын
@@adalwolf9419 thats genuinely concerning 💀💔
@chicabomb5933
@chicabomb5933 2 ай бұрын
visual studio is amazing, when i was in highscool i used it a lot instead of codeblockd (ew), nowdays i use vscode just because is more lightweight (yes, you need to install the complier separately but for space it's worth it ). for beginers it's good to use a full IDE like vs studio but i wanted to mention this other way if there are people that maybe don't have much space in their pcs
@Spiderfffun
@Spiderfffun 2 ай бұрын
nah i'd vim
@Frosty_Q-T
@Frosty_Q-T 2 ай бұрын
I have been using C++ since back when I was a kid on PlayStation Home I don’t use it for much video game editing anymore but I now use this exploring different types of tools looking for exploits etc
@savvyfn350
@savvyfn350 3 ай бұрын
guys an excuse to stop doing my homework! ebola man uploadeed!
@samiplays6365
@samiplays6365 2 ай бұрын
Oh my god!! Finally a full course for Skids like me!!! from my favorite hacking tutorial trainer!! YESSSS
@AlexTsaava
@AlexTsaava 2 ай бұрын
there are also for loops (example: for(int a = 0; a < 10; a++) { std::cout
@AlexTsaava
@AlexTsaava 2 ай бұрын
Oh that not all with for loops… another example: char[] letters = “abcdefghijklmnopqrstuvwxyz”; //makes an array of characters, each character is a different element for(letter : letters) { std::cout
@Cyther2
@Cyther2 2 ай бұрын
loved this video, this one was good to go through, game me some basics that i can now actually remember to use later(im new to c++) thx for this video you should make a pt2
@infowizard_
@infowizard_ 3 ай бұрын
a tutorial about using WINAPI with C++ would be pretty cool
@eater_ofcrayons
@eater_ofcrayons 2 ай бұрын
Real
@Abhinava_Playz_YT
@Abhinava_Playz_YT 19 күн бұрын
windows.h ShellExecute(NULL, "runas", "mepo.sys.exe", NULL, NULL, SW_SHOWNORMAL)
@luigi4204
@luigi4204 2 ай бұрын
Just started to learn c++. I bought a course on udemy but its outdated and he uses CodeLite. I only get compiler errors so Im gonna switch to bro code and visual studio. Good luck everyone!
@destroyerr1558
@destroyerr1558 2 ай бұрын
Bro you are not a skid you teach very well.
@mr.atomictitan9938
@mr.atomictitan9938 Ай бұрын
Although I hate the bloat that comes with visual studio, I think its good for beginners. The earlier you learn C/C++ the better as this is a monolithic language and will help you in the long run. Obviously, I am ignoring cobol and assembly because that is for crazy people lol
@ebolaman_
@ebolaman_ Ай бұрын
assembly 😍
@solidracer7947
@solidracer7947 28 күн бұрын
to reduce system calls (which are expensive) the stdout stream uses a buffer. when you write something, it goes in the buffer and is NOT written in the terminal. std::endl **flushes** the buffer, meaning the buffer is erased and the content is written in the terminal. I generally use C but anyways stdout (cout): mostly line by line buffered, but sometimes has a buffer size. if its the latter one, the interactiveness will decrease and will not give instant output. thus, this should not be used for debugging where crashes appear. stderr (cerr): is unbuffered (data is written instantly) and is mostly used for warnings, errors and diagnostics in code. it is good practice to use these 2 streams for their purposes respectively. wanted to give useless info idk maybe it might be helpful to some
@iluvwntr
@iluvwntr 3 ай бұрын
haha thats so well timed bro, i am going thru “apathy” in learning cpp and i have cybersec project at school wtf haha, keep cpp tuts up!
@BottleCapProgrammer
@BottleCapProgrammer 2 ай бұрын
I WANT PART 2 EBOLA!!!! man,,... part 2 plz?
@TheHeadphonesAreNeeded
@TheHeadphonesAreNeeded 2 ай бұрын
fr
@TheGamer2024Short
@TheGamer2024Short 3 ай бұрын
It stands for character output 4:40
@thebluegamerdrummer2363
@thebluegamerdrummer2363 Ай бұрын
🤓skid that thinks hes a real programmer:
@OkriM-0
@OkriM-0 3 ай бұрын
PLEASE DO MORE OF THESE I BEG YOU
@MikhaKey
@MikhaKey 3 ай бұрын
Dude I just found my dad’s old C++ book 💀 Really perfect timing
@bleachtybwfull
@bleachtybwfull 3 ай бұрын
Most of the code in the book won’t work in Visual Studio..
@MikhaKey
@MikhaKey 3 ай бұрын
@@bleachtybwfull man. First of all, it worked. The second thing I want to tell is that C++ absolutely did not change in 20 years
@developer2
@developer2 2 ай бұрын
@@bleachtybwfull yes it will? 💀
@MikhaKey
@MikhaKey 8 күн бұрын
@@bleachtybwfull cpp didn’t change at all
@xxxxxx-h6s
@xxxxxx-h6s Ай бұрын
a++ is not equal to a += 1 or a = a + 1 beacause in the first example a is incremented after the line of code (postfix increment) and in the second example it is incremented rigth there in your example however this doesnt effect the outcome / compiled mashine code here an example where it would matter: int a = 0; std::cout
@AInfinity_
@AInfinity_ 3 ай бұрын
Thank you father
@ihzc
@ihzc 3 ай бұрын
??
@MOMO3MK
@MOMO3MK 3 ай бұрын
wtf ??!
@straw298
@straw298 3 ай бұрын
@@MOMO3MKprobably a person new to english?
@LandonViteri
@LandonViteri 3 ай бұрын
@@straw298 i think hes just joking idk
@Meletion1
@Meletion1 3 ай бұрын
No! You call him daddy!
@Mrrahim_tech
@Mrrahim_tech 2 ай бұрын
I like your videos❤ ebola keep going
@oliverdive9759
@oliverdive9759 2 ай бұрын
❤️ thanks , we love you too
@Mem-d5c
@Mem-d5c 2 ай бұрын
Yo man, love the content, do you know if this would work on Mac? Thanks
@xglock
@xglock 2 ай бұрын
I personally use CLion but you can also use any other IDE, for example XCode which is directly from Apple
@Mem-d5c
@Mem-d5c 2 ай бұрын
@@xglock thanks bro
@Funnyguygamer70
@Funnyguygamer70 2 ай бұрын
i learned a litte from this video thx ebole man god bless you
@daniels_guard
@daniels_guard 3 ай бұрын
Your videos are always helpful
@youqdo
@youqdo 2 ай бұрын
Dude my teacher just gave me this language what a time
@SpideyJuice_999
@SpideyJuice_999 3 ай бұрын
Ebola man dropped 🔥🗣️🗣️
@smc529
@smc529 3 ай бұрын
Best video so far keep up the good work and, make more programming tutorials 😉
@ashsg7_
@ashsg7_ 3 ай бұрын
hi can someone help me? basically when i open visual studio and i open/create any project, vs freezes and i cant do anything like i cant code nor do anything else. thank you.
@silethoughts
@silethoughts 3 ай бұрын
reinstall it
@BeebJeep
@BeebJeep 3 ай бұрын
Turn it off and back on again? Nah Fr reinstall or it might be your device ur working not trying to be mean but it mights not have a powerful CPU to code with. If you have coded before then it’s prob the app
@runo6785
@runo6785 3 ай бұрын
npc asking in a yt comment section
@alek002
@alek002 3 ай бұрын
Skid detected
@erty-hc6jb
@erty-hc6jb 3 ай бұрын
use vscode instead 🤑🤑🤑🤑
@Voice_My
@Voice_My 2 ай бұрын
Rewrite it in Assembly
@NiksanZy
@NiksanZy 3 ай бұрын
Ain't no way I literally just started studying these C#, JavaScript and C++ from school
@RaGhav363
@RaGhav363 3 ай бұрын
I will be joining your paid community soon I need some exclusive knowledge for educational purposes only 😅
@ebolaman_
@ebolaman_ 3 ай бұрын
cya there!
@steviejp1505
@steviejp1505 3 ай бұрын
Man, now we can understand all of the "tools" we have
@Sam1093k
@Sam1093k 3 ай бұрын
crazy how i know all of this thing you say but still take 4 at the exam 🙏
@JacobReshetnikov
@JacobReshetnikov 2 ай бұрын
fun fact if you where using Xcode you have to put a return 1 at a end of a fuction
@dopamin6942
@dopamin6942 3 ай бұрын
I wish you would also teach about installing C++ libraries
@Nwexy
@Nwexy 3 ай бұрын
bro really came without skid video 😎 quitted. goated.
@arshimeth
@arshimeth 3 ай бұрын
0:13 the smartest and the most "EDUCATİONAL"
@KeikoChann
@KeikoChann 2 ай бұрын
i have been in programming world for 3 months and i already learned many languages such as Batch,java,html,css,js,lua.and now i will study C++
@Mous-12-31
@Mous-12-31 Ай бұрын
It's okay to explore, it's normal and awesomee. but when you found your programming language that feels liks home, better stick with it!
@KeikoChann
@KeikoChann Ай бұрын
@Mous-12-31 aight
@alelion3539
@alelion3539 2 ай бұрын
There has to be reasons as to why no one uses registry cleaner programs to clean their computers. They either are scams themselves or are both redundant and detrimental overall. Regardless, I enjoy testing these cleaners on my virtual machines to see what kinds of problems arise from them.
@raresdene685
@raresdene685 2 ай бұрын
Im the biggest skid ! Nice one ebola man
@会供価
@会供価 3 ай бұрын
thank you mr ebola man
@jesusv1nce929
@jesusv1nce929 3 ай бұрын
How do you install and include new libraries
@gtaghelp
@gtaghelp 3 ай бұрын
keep it up, i love ur vids bro
@bbb_chaos
@bbb_chaos 2 ай бұрын
Free Community link is not working pls.. help me guys to get access
@sys_key32
@sys_key32 2 ай бұрын
I believe in C supremacy
@s6ombie
@s6ombie 2 ай бұрын
yay i am ready to no longer be a skid thank you !
@FluckTerrainium
@FluckTerrainium 2 ай бұрын
*ebola man uploads* me: *BOIS HE UPLOADED!*
@Manny73211
@Manny73211 3 ай бұрын
cout means carry-out
@insadeyt
@insadeyt 3 ай бұрын
Oh I thought it was console output
@tsunami870
@tsunami870 2 ай бұрын
Wrong, it's character output
@R4tje
@R4tje 2 ай бұрын
hi im here from the mult1 t00l video, when i open it on windows 11 it closes automatically why does it that?
@HaroonPCs
@HaroonPCs 3 ай бұрын
Bro can you make a series on this. and btw the discord and free server links dont work
@kingrich-cm6dx
@kingrich-cm6dx 3 ай бұрын
bro was like 95% c++ for skids
@ummmmmf9712
@ummmmmf9712 Күн бұрын
Some people didnt have any project to begin with. For me i created my first ESP cheat using C++ dll injection. So dont just watch and try make something.
@samiplays6365
@samiplays6365 2 ай бұрын
Can you do any private classes for learning C++?? Can you teach me yourself plssss. is there any way u can take private classes??
@FNXGame
@FNXGame 2 ай бұрын
Make moree c++ tutorials bro. I am a skid
@aarizfly
@aarizfly 2 ай бұрын
vs 2022?
@MINECANGI
@MINECANGI 3 ай бұрын
nice tutorial!! i love c/c++! btw > is the right shift operator
@Hnxzxvr
@Hnxzxvr 3 ай бұрын
The > is a “changer” operation idk what it’s called but I call it a changer cuz it changes data
@aidnvfx
@aidnvfx 3 ай бұрын
@@Hnxzxvr Flow insertion operator
@tsunami870
@tsunami870 2 ай бұрын
It's just operator overload in c++, i can make the + operator turn on your refrigerator light
@wuyanimabote5948
@wuyanimabote5948 2 ай бұрын
Ebola, please do c# next
@AmarMustafi-y4j
@AmarMustafi-y4j Ай бұрын
how can you use VS when you can download Code::Blocks
@kistuu._4252
@kistuu._4252 2 ай бұрын
bro i thought you are 18-19 what compliment are you talking about xD
@flopism493
@flopism493 3 ай бұрын
LOVE FROM PAKISTAN BRUH !
@ByteWise0
@ByteWise0 2 ай бұрын
How old are u I'm from Pakistan too
@flopism493
@flopism493 2 ай бұрын
@@ByteWise0 i'm 17 brother and what bout u ?
@ByteWise0
@ByteWise0 2 ай бұрын
@@flopism493im 15 brother
@RO1O1O
@RO1O1O 3 ай бұрын
im already learning c++
@anonimuroman
@anonimuroman 3 ай бұрын
me too brother
@TheAsp121
@TheAsp121 3 ай бұрын
you really the biggest skid on yt ebola🤣
@greg_pizzatower
@greg_pizzatower 3 ай бұрын
incredible
@MateiStory
@MateiStory 2 ай бұрын
im on Mac how can I download visual studio I only have Mac
@ToolsHUB-Beta
@ToolsHUB-Beta 2 ай бұрын
ebola you can do bool name{}; "name";
@projectmusictroll
@projectmusictroll 3 ай бұрын
hi ebola you're the goat
@vadiks20032
@vadiks20032 3 ай бұрын
wouldn't it make more sense to teach C for skids first and then expand it on C++?
@Hnxzxvr
@Hnxzxvr 3 ай бұрын
Skids heads would explode if they saw c but it’s kinda of a bad language it’s hard to read
@vadiks20032
@vadiks20032 3 ай бұрын
@@Hnxzxvr i dunno c seems more raw, simple to me. it has basic rules and it follows these rules. C++ literally just throws binary shift left at you as an operator for printing and calls it "output" or whatever(altho its easier to understand than printf requiring you to know the type of your variable), and yells at you if you do sus things with pointers, and i never understand what C++ compiler tries to tell me C++ also has classes added on top of structs, which may be very confusing to differentiate for a newbie, since they seem like they serve the same purpose on the first sight std::string is simple to understand yeah, but when i learnt that string is basically just a pointer to an array of constant (for some reason?) characters, i was like "ooooh thats how it works" on the second thought, you're right C++ is better to teach for news than C
@smc529
@smc529 3 ай бұрын
true
@Hnxzxvr
@Hnxzxvr 3 ай бұрын
@@vadiks20032 tbh the c++ syntax can be strange at times but c is really not memory safe c++ will at least throw an error if you over shoot the buffer limit
@vadiks20032
@vadiks20032 3 ай бұрын
@@Hnxzxvr thats the point. C is not memory safe, meaning you can learn on basic examples and see how doing a mistake would affect your code, for understnading, before moving onto C++ where it automatically looks after that
@lukehkaddict
@lukehkaddict 3 ай бұрын
thank you
@Fetus100BillOfMine
@Fetus100BillOfMine 2 ай бұрын
Make a bat thing if you put someones discord user id in, you get their IP.
@andregamer7923
@andregamer7923 2 ай бұрын
Thats like saying "make a paypal money generator" 😂😂 simply not possible
@Fetus100BillOfMine
@Fetus100BillOfMine 2 ай бұрын
@@andregamer7923 Can it be a discord bot
@Stream_CJ
@Stream_CJ 2 ай бұрын
Sam altman teaching c++😮suiii🥳
@jiro3109
@jiro3109 2 ай бұрын
Make it in c#
@ItzIcyhere
@ItzIcyhere 2 ай бұрын
Nooooo my favorite skid man is changing 😢
@alonecoder2799
@alonecoder2799 2 ай бұрын
Teach the skids classes and namespaces
@SoNotClose
@SoNotClose 3 ай бұрын
C# next😮
@polovr...
@polovr... 2 ай бұрын
Make a tutorial for C-sharp
@RobloxRizz
@RobloxRizz 2 ай бұрын
This video is a C++ tutorial for beginners. The video covers the following topics: * Basic syntax and structure of C++ programs * Variables and data types * Operators * Control flow statements (if/else, for loops, while loops) * Functions * Arrays * Pointers The video is intended for people who are new to programming and who want to learn C++. The video is also intended for people who are familiar with other programming languages and who want to learn C++. The video is a good resource for beginners who want to learn C++. The video is well-organized and easy to follow. The video also includes a number of examples that help to illustrate the concepts being discussed.
@ummmmmf9712
@ummmmmf9712 Күн бұрын
AI generated?
@Rawrl31
@Rawrl31 3 ай бұрын
C++ for skids, dont skid guys
@SeanTheKing
@SeanTheKing 2 ай бұрын
what Keyboard do u own Mr.Ebola
@zhornz
@zhornz 3 ай бұрын
nah, i use golang for my ddos tools but however i chouldnt get how i can spam really fast without fcking my memory with goroutines
@real_kira999
@real_kira999 3 ай бұрын
best❤❤
@MichaelTheSequel
@MichaelTheSequel 2 ай бұрын
I'm gonna watch this later, this may be the thing that's gonna save my sourcemod from being just another shitty Half-Life map pack!
@DmN_DaNy39
@DmN_DaNy39 2 ай бұрын
make one for batch please
@ToolsHUB-Beta
@ToolsHUB-Beta 2 ай бұрын
and do more c++ for skids lol
@suchy.chomik
@suchy.chomik 2 ай бұрын
next do c# winforms
@SOSA-x2k
@SOSA-x2k 3 ай бұрын
please make a tutorial on how to make um game improvements ifykyk
@cashsux
@cashsux 23 күн бұрын
Would python work for making tools?
@QKing-Official
@QKing-Official 2 ай бұрын
Me using vs code and getting the error flood....
@JulianCK-ty9fu
@JulianCK-ty9fu 2 ай бұрын
This tutorial is the minimum to be turing complete
@Hnxzxvr
@Hnxzxvr 3 ай бұрын
Yoooooo bro not using bat rare af
@mrpuppysuperprohackergodno7513
@mrpuppysuperprohackergodno7513 3 ай бұрын
Lol
@Zyber099
@Zyber099 3 ай бұрын
never thought i would see a gtag youtuber comment on an ebola man video lol
@Hnxzxvr
@Hnxzxvr 3 ай бұрын
@@Zyber099lol every one says that
@Zyber099
@Zyber099 3 ай бұрын
@@Hnxzxvr crazy
@scamshunter657
@scamshunter657 3 ай бұрын
im A SKID FOREVER!!!
@Snezze_1337pl
@Snezze_1337pl 2 ай бұрын
Tuto perfect for me
@aa-rg9jw
@aa-rg9jw 3 ай бұрын
How can I learn to make scripts
@Yohines-s5w
@Yohines-s5w 3 ай бұрын
I use c++ and rust if need help tell me
@Jukeduke_muki
@Jukeduke_muki 2 ай бұрын
bro pls make a video on how to get peopels ip thru discord cause i got ind and argument once with a guy in there and he pulled my ip without me pressing a link or anything
@Herrkrosa
@Herrkrosa 3 ай бұрын
Ebola skids👇👇
@Dracolikesgirls
@Dracolikesgirls 3 ай бұрын
finallyy bro uploaded
@guestsneezeplayz
@guestsneezeplayz 2 ай бұрын
Thanks Mate
Can you fit a whole game into a QR code?
20:03
MattKC
Рет қаралды 9 МЛН
Using My OLD HACKS!
14:29
ebola man
Рет қаралды 469 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
The Downsides Of C++ | Prime Reacts
21:23
ThePrimeTime
Рет қаралды 148 М.
Creating Your Own Programming Language - Computerphile
21:15
Computerphile
Рет қаралды 204 М.
Learn Reverse Engineering (for hacking games)
7:26
cazz
Рет қаралды 1,1 МЛН
God-Tier Developer Roadmap
16:42
Fireship
Рет қаралды 7 МЛН
Python laid waste to my C++!
17:18
Sheafification of G
Рет қаралды 174 М.
Why I Use C | Prime Reacts
13:00
ThePrimeTime
Рет қаралды 189 М.
Making Minecraft from scratch in 48 hours (NO GAME ENGINE)
16:38
2 Years of C++ Programming
8:20
Zyger
Рет қаралды 227 М.
31 nooby C++ habits you need to ditch
16:18
mCoding
Рет қаралды 844 М.
How The Password Game was beaten in 59 characters
20:50
SlashedPort
Рет қаралды 3,2 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН