Variables & Data Types - C++ Tutorial For Beginners #4

Variables & Data Types - C++ Tutorial For Beginners #4

NeuralNine

3 года назад

11,803 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Space Explorer
Space Explorer - 10.11.2023 03:29

I’m an absolute beginner. You’re phenomenal at teaching.

Ответить
Ballout
Ballout - 19.10.2023 01:30

Doing this makes me want to jump off my balcony head first

Ответить
Tamunosaki Charles Tobin-West
Tamunosaki Charles Tobin-West - 25.06.2023 12:00

Okay I just have one suggestion, please stop talking g a lot about python bro this is a c++ playlist
No hard feelings

Ответить
Jonathan
Jonathan - 10.04.2023 18:32

Very good and fun to watch tutorial

Ответить
Joseph Earl
Joseph Earl - 20.09.2022 17:56

not sure who needs this, but if you are having an issue compiling, or your compiler just compiling old code, just make sure you are saving before you try to compile. I spent the last few days trying to figure out why it wasn't working and that fixed it.

Ответить
MissPiggyM976
MissPiggyM976 - 12.04.2022 19:37

Very good, thanks for the video !

Ответить
borna
borna - 06.03.2021 23:09

Thank you!

Ответить
Rakesh Akiwate
Rakesh Akiwate - 02.03.2021 21:48

really good tutorials for beginners , thanks a lot

Ответить
Austin Garcia
Austin Garcia - 18.01.2021 18:36

Unsigned long long with 8 bytes has 64 bits, that means that largest possible number in binary (unsigned) is (2^64)-1
My calculator can’t handle that so, approximately 1.844e+19

Ответить
Austin Leiwant
Austin Leiwant - 08.01.2021 18:27

std::cout << “Thank you for this! << std::endl;

Ответить
Hüseyin Fahri Uzun
Hüseyin Fahri Uzun - 30.12.2020 12:45

why c++ won't accept "c" but 'c' for defining char variable?

Ответить
David Ben Abraham
David Ben Abraham - 24.12.2020 22:35

Thank you. This is the best C++ tutorial / period.

Ответить
Simon Tiger
Simon Tiger - 24.11.2020 16:31

Ok, just to make this even more confusing, you can also use char as a 1-byte numerical data type if you want to.

*You said char uses utf-8 encoding...no. Utf-8 is Unicode, which is very different from 1-byte ASCII. Utf-8 doesn't really have a consistent byte number.

*1 byte is also 8 bits, and a bit is just a single 0/1 (a boolean value)

Ответить
Creativious
Creativious - 20.11.2020 18:31

Yeah please don't do the using namespace std;
As if you start doing that then I'll start doing that, and it doesn't seem like the best practice

Ответить
Itai Avni
Itai Avni - 20.11.2020 02:26

Great series!!!! Love your content

Ответить
Matthijs Dingemanse
Matthijs Dingemanse - 17.11.2020 01:29

Man i love this series! How long will it get? Like how many episodes are you planning to make?

Ответить
SJ
SJ - 16.11.2020 06:10

bro can u do some programming with Java?

Ответить
Daniel Aldair Domínguez Suárez
Daniel Aldair Domínguez Suárez - 15.11.2020 09:02

Bro, i'm starting to learn how to code, i'm using python, I found you a few hours ago and i'm pretty sure i'm already in love with you, the amount of content you have just for Python is wonderful, and you cover a lot of things, The differents levels of learning, tricks, hacking, machine learning.

New sub!!!

Ответить
Apologize
Apologize - 15.11.2020 02:26

Really high quality stuff
Also is their a way to compile and rune the .exe at the same time without doing two line of code ?

Ответить
Inkling boi
Inkling boi - 14.11.2020 21:09

nice tutorial man

Ответить
leztat
leztat - 14.11.2020 20:30

Te escribo este comentario en español, para que sepas que tienes audiencia en México, eres muy bueno, de hecho aprender inglés me ha ayudado mucho a conocer canales de programación, sigue así :D realmente me gusta tú contenido. Saludos.

Ответить
Vũ Đình Hoàng | Personal Branding
Vũ Đình Hoàng | Personal Branding - 14.11.2020 20:20

Hi

Ответить
Malolan
Malolan - 14.11.2020 18:37

The way you're going about this playlist is really good! Please do make a complete tutorial series on C++! If possible, could you include some GUI stuff in C++ at the end?

Ответить