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?
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!!!
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.
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.
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)
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
@@NeuralNine oh ok.... but i am at school level....... but ur concepts are so interesting so if u can just even release the code in java it would be appreciated!!
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?
Thank you. This is the best C++ tutorial / period.
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!!!
I’m an absolute beginner. You’re phenomenal at teaching.
Man i love this series! How long will it get? Like how many episodes are you planning to make?
std::cout
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.
Great series!!!! Love your content
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.
I don't speak Spanish, but my girlfriend translated it to me so thank you :)
@@NeuralNine lol dont flex
@@sj4008 where did I flex? xD
@@NeuralNine aaah nvm!
reply to my comment
Very good and fun to watch tutorial
really good tutorials for beginners , thanks a lot
Very good, thanks for the video !
Thank you!
#include
int main() {
std::cout
nice tutorial man
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 ?
g++ main.cpp -o main.exe & main.exe
@@coolelectronics7343 On windows, replace '&' with '|'
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)
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
why c++ won't accept "c" but 'c' for defining char variable?
Because ‘ and “ mean different things when referring to characters and strings. In python they are interchangeable.
Hi
bro can u do some programming with Java?
I am not a fan of Java ^^
@@NeuralNine oh ok.... but i am at school level....... but ur concepts are so interesting so if u can just even release the code in java it would be appreciated!!
@@NeuralNine can i ask why?
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
Okay I just have one suggestion, please stop talking g a lot about python bro this is a c++ playlist
No hard feelings