C++ For Skids!

  Рет қаралды 44,572

ebola man

ebola man

Күн бұрын

Пікірлер: 431
@AbsurdImprobability
@AbsurdImprobability Ай бұрын
< 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 Ай бұрын
yes
@epixerty
@epixerty Ай бұрын
no, thats the name of the operator. those characters are called angle brackets
@Fritted
@Fritted Ай бұрын
@@epixertylook on unicode sheets they’re known by the names "Less-Than Sign" and "Greater-Than Sign"
@Tear-ud2gi
@Tear-ud2gi Ай бұрын
1 > 2
@EricParker
@EricParker Ай бұрын
Rewrite it in rust.
@Master120
@Master120 Ай бұрын
C for the win, push to the repo on every save.
@Hnxzxvr
@Hnxzxvr Ай бұрын
Rust gang here | V Rust Rust Rust Rust Rust Rust Rust Rust Rust Rust Rust Rust Rust
@BunrithViwatthanak
@BunrithViwatthanak Ай бұрын
Rust vs C++ who will win!
@filled9971
@filled9971 Ай бұрын
@@BunrithViwatthanak c++ fuck rust
@berymain
@berymain Ай бұрын
ericparker verified now.
@Frosty_Q-T
@Frosty_Q-T Ай бұрын
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
@chicabomb5933
@chicabomb5933 Ай бұрын
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 Ай бұрын
nah i'd vim
@Kripo-handle
@Kripo-handle Ай бұрын
bro wtf i js started with C++, that was well timed
@nol4nator
@nol4nator Ай бұрын
Literally the same here
@IgnBesd
@IgnBesd Ай бұрын
same xd
@adalwolf9419
@adalwolf9419 Ай бұрын
He’s always watching
@zuhayeat
@zuhayeat Ай бұрын
same
@Kripo-handle
@Kripo-handle Ай бұрын
@@adalwolf9419 thats genuinely concerning 💀💔
@AlexTsaava
@AlexTsaava Ай бұрын
there are also for loops (example: for(int a = 0; a < 10; a++) { std::cout
@AlexTsaava
@AlexTsaava Ай бұрын
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
@savvyfn350
@savvyfn350 Ай бұрын
guys an excuse to stop doing my homework! ebola man uploadeed!
@kanuki0
@kanuki0 Ай бұрын
3:36 lil correction for the skids: cout is actually not a function, but a stream object. the "
@ebolaman_
@ebolaman_ Ай бұрын
thanks 🙏
@Hnxzxvr
@Hnxzxvr Ай бұрын
@@ebolaman_ok now actually let me out your basement
@tsunami870
@tsunami870 Ай бұрын
@@kanuki0 no it stores data in the stream buffer and when a newline is encountered it flushes immediately, so cout
@infowizard_
@infowizard_ Ай бұрын
a tutorial about using WINAPI with C++ would be pretty cool
@eater_ofcrayons
@eater_ofcrayons Ай бұрын
Real
@Cyther2
@Cyther2 Ай бұрын
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
@destroyerr1558
@destroyerr1558 Ай бұрын
Bro you are not a skid you teach very well.
@mr.atomictitan9938
@mr.atomictitan9938 11 күн бұрын
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_ 10 күн бұрын
assembly 😍
@luigi4204
@luigi4204 Ай бұрын
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!
@BottleCapProgrammer
@BottleCapProgrammer Ай бұрын
I WANT PART 2 EBOLA!!!! man,,... part 2 plz?
@TheHeadphonesAreNeeded
@TheHeadphonesAreNeeded Ай бұрын
fr
@samiplays6365
@samiplays6365 Ай бұрын
Oh my god!! Finally a full course for Skids like me!!! from my favorite hacking tutorial trainer!! YESSSS
@iluvwntr
@iluvwntr Ай бұрын
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!
@OkriM-0
@OkriM-0 Ай бұрын
PLEASE DO MORE OF THESE I BEG YOU
@TheGamer2024Short
@TheGamer2024Short Ай бұрын
It stands for character output 4:40
@thebluegamerdrummer2363
@thebluegamerdrummer2363 Күн бұрын
🤓skid that thinks hes a real programmer:
@xxxxxx-h6s
@xxxxxx-h6s 3 күн бұрын
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
@smc529
@smc529 Ай бұрын
Best video so far keep up the good work and, make more programming tutorials 😉
@Mrrahim_tech
@Mrrahim_tech Ай бұрын
I like your videos❤ ebola keep going
@youqdo
@youqdo Ай бұрын
Dude my teacher just gave me this language what a time
@Funnyguygamer70
@Funnyguygamer70 Ай бұрын
i learned a litte from this video thx ebole man god bless you
@MikhaKey
@MikhaKey Ай бұрын
Dude I just found my dad’s old C++ book 💀 Really perfect timing
@bleachtybwfull
@bleachtybwfull Ай бұрын
Most of the code in the book won’t work in Visual Studio..
@MikhaKey
@MikhaKey Ай бұрын
@@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 Ай бұрын
@@bleachtybwfull yes it will? 💀
@TheAsp121
@TheAsp121 Ай бұрын
you really the biggest skid on yt ebola🤣
@Mem-d5c
@Mem-d5c Ай бұрын
Yo man, love the content, do you know if this would work on Mac? Thanks
@xglock
@xglock Ай бұрын
I personally use CLion but you can also use any other IDE, for example XCode which is directly from Apple
@Mem-d5c
@Mem-d5c Ай бұрын
@@xglock thanks bro
@Sam1093k
@Sam1093k Ай бұрын
crazy how i know all of this thing you say but still take 4 at the exam 🙏
@Nwexy
@Nwexy Ай бұрын
bro really came without skid video 😎 quitted. goated.
@BoppinVFX
@BoppinVFX Ай бұрын
Finally a good tut so i dont have to use py
@AInfinity_
@AInfinity_ Ай бұрын
Thank you father
@ihzc
@ihzc Ай бұрын
??
@MOMO3MK
@MOMO3MK Ай бұрын
wtf ??!
@straw298
@straw298 Ай бұрын
@@MOMO3MKprobably a person new to english?
@LandonViteri
@LandonViteri Ай бұрын
@@straw298 i think hes just joking idk
@Meletion1
@Meletion1 Ай бұрын
No! You call him daddy!
@arshimeth
@arshimeth Ай бұрын
0:13 the smartest and the most "EDUCATİONAL"
@RaGhav363
@RaGhav363 Ай бұрын
I will be joining your paid community soon I need some exclusive knowledge for educational purposes only 😅
@ebolaman_
@ebolaman_ Ай бұрын
cya there!
@NiksanZy
@NiksanZy Ай бұрын
Ain't no way I literally just started studying these C#, JavaScript and C++ from school
@dopamin6942
@dopamin6942 Ай бұрын
I wish you would also teach about installing C++ libraries
@SpideyJuice_999
@SpideyJuice_999 Ай бұрын
Ebola man dropped 🔥🗣️🗣️
@steviejp1505
@steviejp1505 Ай бұрын
Man, now we can understand all of the "tools" we have
@DKsantana409
@DKsantana409 Ай бұрын
yay i am ready to no longer be a skid thank you !
@daniels_guard
@daniels_guard Ай бұрын
Your videos are always helpful
@oliverdive9759
@oliverdive9759 Ай бұрын
❤️ thanks , we love you too
@kistuu._4252
@kistuu._4252 Ай бұрын
bro i thought you are 18-19 what compliment are you talking about xD
@raresdene685
@raresdene685 Ай бұрын
Im the biggest skid ! Nice one ebola man
@FNXGame
@FNXGame Ай бұрын
Make moree c++ tutorials bro. I am a skid
@gtaghelp
@gtaghelp Ай бұрын
keep it up, i love ur vids bro
@ItzIcyhere
@ItzIcyhere Ай бұрын
Nooooo my favorite skid man is changing 😢
@flopism493
@flopism493 Ай бұрын
LOVE FROM PAKISTAN BRUH !
@ByteWise0
@ByteWise0 Ай бұрын
How old are u I'm from Pakistan too
@flopism493
@flopism493 Ай бұрын
@@ByteWise0 i'm 17 brother and what bout u ?
@ByteWise0
@ByteWise0 Ай бұрын
@@flopism493im 15 brother
@kingrich-cm6dx
@kingrich-cm6dx Ай бұрын
bro was like 95% c++ for skids
@会供価
@会供価 Ай бұрын
thank you mr ebola man
@Voice_My
@Voice_My Ай бұрын
Rewrite it in Assembly
@sys_key3287
@sys_key3287 Ай бұрын
I believe in C supremacy
@alelion3539
@alelion3539 Ай бұрын
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.
@RO1O1O
@RO1O1O Ай бұрын
im already learning c++
@anonimuroman
@anonimuroman Ай бұрын
me too brother
@MINECANGI
@MINECANGI Ай бұрын
nice tutorial!! i love c/c++! btw > is the right shift operator
@Hnxzxvr
@Hnxzxvr Ай бұрын
The > is a “changer” operation idk what it’s called but I call it a changer cuz it changes data
@aidnvfx
@aidnvfx Ай бұрын
@@Hnxzxvr Flow insertion operator
@tsunami870
@tsunami870 Ай бұрын
It's just operator overload in c++, i can make the + operator turn on your refrigerator light
@Manny73211
@Manny73211 Ай бұрын
cout means carry-out
@insadeyt
@insadeyt Ай бұрын
Oh I thought it was console output
@tsunami870
@tsunami870 Ай бұрын
Wrong, it's character output
@projectmusictroll
@projectmusictroll Ай бұрын
hi ebola you're the goat
@wuyanimabote5948
@wuyanimabote5948 Ай бұрын
Ebola, please do c# next
@JacobReshetnikov
@JacobReshetnikov Ай бұрын
fun fact if you where using Xcode you have to put a return 1 at a end of a fuction
@desztilalt
@desztilalt Ай бұрын
never heard a guy talk about stds this much
@Blue-GameDeveloper
@Blue-GameDeveloper Ай бұрын
thank you
@RobloxRizz
@RobloxRizz Ай бұрын
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.
@MichaelTheSequel
@MichaelTheSequel Ай бұрын
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!
@SeanTheKing
@SeanTheKing Ай бұрын
what Keyboard do u own Mr.Ebola
@Il_panda
@Il_panda Ай бұрын
c++ died the day rust was born
@Fetus100BillOfMine
@Fetus100BillOfMine Ай бұрын
Make a bat thing if you put someones discord user id in, you get their IP.
@andregamer7923
@andregamer7923 Ай бұрын
Thats like saying "make a paypal money generator" 😂😂 simply not possible
@Fetus100BillOfMine
@Fetus100BillOfMine Ай бұрын
@@andregamer7923 Can it be a discord bot
@Realysyn
@Realysyn Ай бұрын
goat ebola
@KeikoChann
@KeikoChann Ай бұрын
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 15 күн бұрын
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 15 күн бұрын
@Mous-12-31 aight
@suchy.chomik
@suchy.chomik Ай бұрын
next do c# winforms
@alonecoder2799
@alonecoder2799 Ай бұрын
Teach the skids classes and namespaces
@guestsneezeplayz
@guestsneezeplayz Ай бұрын
Thanks Mate
@PARIKAKU
@PARIKAKU Ай бұрын
i am your 73rd subscriber
@ebolaman_
@ebolaman_ Ай бұрын
no way
Ай бұрын
​@@ebolaman_ isnt better to just use a text editor like vscode and g++ command in cmd
@real_kira999
@real_kira999 Ай бұрын
best❤❤
@Snezze_1337pl
@Snezze_1337pl Ай бұрын
Tuto perfect for me
@SimpleeSynapse
@SimpleeSynapse Ай бұрын
C# next😮
@vadiks20032
@vadiks20032 Ай бұрын
wouldn't it make more sense to teach C for skids first and then expand it on C++?
@Hnxzxvr
@Hnxzxvr Ай бұрын
Skids heads would explode if they saw c but it’s kinda of a bad language it’s hard to read
@vadiks20032
@vadiks20032 Ай бұрын
@@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 Ай бұрын
true
@Hnxzxvr
@Hnxzxvr Ай бұрын
@@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 Ай бұрын
@@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
@greg_pizzatower
@greg_pizzatower Ай бұрын
incredible
@Hnxzxvr
@Hnxzxvr Ай бұрын
Yoooooo bro not using bat rare af
@mrpuppysuperprohackergodno7513
@mrpuppysuperprohackergodno7513 Ай бұрын
Lol
@Monk47GT
@Monk47GT Ай бұрын
never thought i would see a gtag youtuber comment on an ebola man video lol
@Hnxzxvr
@Hnxzxvr Ай бұрын
@@Monk47GTlol every one says that
@Monk47GT
@Monk47GT Ай бұрын
@@Hnxzxvr crazy
@ToolsHUB-Beta
@ToolsHUB-Beta Ай бұрын
and do more c++ for skids lol
@Phoenix-fly-SL
@Phoenix-fly-SL Ай бұрын
Thanx man
@pawxgamingmario9813
@pawxgamingmario9813 Ай бұрын
Python is superior in every way
@imjustfoxy
@imjustfoxy Ай бұрын
your skool got taken down
@Cxrruptwd
@Cxrruptwd Ай бұрын
bare metal machine thinks that you're writing nothing:)
@bbb_chaos
@bbb_chaos Ай бұрын
Free Community link is not working pls.. help me guys to get access
@polovr...
@polovr... Ай бұрын
Make a tutorial for C-sharp
@QKing-Official
@QKing-Official Ай бұрын
Me using vs code and getting the error flood....
@aarizfly
@aarizfly Ай бұрын
vs 2022?
@jiro3109
@jiro3109 Ай бұрын
Make it in c#
@JulianCK-ty9fu
@JulianCK-ty9fu Ай бұрын
This tutorial is the minimum to be turing complete
@Streaming_CJ
@Streaming_CJ Ай бұрын
Sam altman teaching c++😮suiii🥳
@kibaofficial6332
@kibaofficial6332 5 күн бұрын
if you're good in C you don't need C++. change my mind
@jlz3456
@jlz3456 Ай бұрын
whats your keyboard bro?
@Rawrl31
@Rawrl31 Ай бұрын
C++ for skids, dont skid guys
@eggboy26
@eggboy26 Ай бұрын
yay
@randomgamerkid851
@randomgamerkid851 Ай бұрын
hello ebola
@samiplays6365
@samiplays6365 Ай бұрын
Can you do any private classes for learning C++?? Can you teach me yourself plssss. is there any way u can take private classes??
@notdenisxd_yt
@notdenisxd_yt Ай бұрын
EBOLA!!!
@AZZZZA555
@AZZZZA555 Ай бұрын
Python next Mr. Ebola man ?
@andregamer7923
@andregamer7923 Ай бұрын
Idk does that even require tutorials? xd
@IgnBesd
@IgnBesd Ай бұрын
SO Beginner guide that can be
@DalandanReal
@DalandanReal Ай бұрын
What would you recommend c++ or rust ?
@ebolaman_
@ebolaman_ Ай бұрын
c++
@norger
@norger Ай бұрын
> we will not be skids anymore > installs Visual Studio everyone knows all the programming gods use VIM.
@FluckTerrainium
@FluckTerrainium Ай бұрын
*ebola man uploads* me: *BOIS HE UPLOADED!*
@atar1na
@atar1na Ай бұрын
Oh noah!
I Made Sorting Algorithms Race Each Other
8:24
Green Code
Рет қаралды 225 М.
The Downsides Of C++ | Prime Reacts
21:23
ThePrimeTime
Рет қаралды 144 М.
Из какого города смотришь? 😃
00:34
МЯТНАЯ ФАНТА
Рет қаралды 2,7 МЛН
C++ vs Rust: which is faster?
21:15
fasterthanlime
Рет қаралды 404 М.
Using My OLD HACKS!
14:29
ebola man
Рет қаралды 440 М.
Why I Use C | Prime Reacts
13:00
ThePrimeTime
Рет қаралды 179 М.
I Built a BETTER CPU in Excel
12:22
Inkbox
Рет қаралды 101 М.
How Hackers Bypass Kernel Anti Cheat
19:38
Ryscu
Рет қаралды 787 М.
Can you fit a whole game into a QR code?
20:03
MattKC
Рет қаралды 9 МЛН
2 Years Of Learning C | Prime Reacts
22:24
ThePrimeTime
Рет қаралды 312 М.
Smaller Than Pixel Art: Sub-Pixel Art!
6:11
Japhy Riddle
Рет қаралды 313 М.
How programmers flex on each other
6:20
Fireship
Рет қаралды 2,5 МЛН
Learning SDL2 in 48 Hours - GMTK Game Jam 2020
9:19
PolyMars
Рет қаралды 3,1 МЛН