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

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025

Комментарии • 35

  • @malolan98
    @malolan98 4 года назад +20

    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?

  • @soheil424
    @soheil424 4 года назад +4

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

  • @daniel_dominguezs
    @daniel_dominguezs 4 года назад +2

    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!!!

  • @Lumpyspaceranger
    @Lumpyspaceranger Год назад

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

  • @matthijsdingemanse9632
    @matthijsdingemanse9632 4 года назад +2

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

  • @leiwnt
    @leiwnt 4 года назад +3

    std::cout

  • @josephearl9946
    @josephearl9946 2 года назад

    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.

  • @itaiavni1444
    @itaiavni1444 4 года назад +1

    Great series!!!! Love your content

  • @MissPiggyM976
    @MissPiggyM976 2 года назад

    Very good, thanks for the video !

  • @Jonathan-ru9zl
    @Jonathan-ru9zl Год назад

    Very good and fun to watch tutorial

  • @leztat3183
    @leztat3183 4 года назад +1

    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.

    • @NeuralNine
      @NeuralNine  4 года назад +3

      I don't speak Spanish, but my girlfriend translated it to me so thank you :)

    • @sj4008
      @sj4008 4 года назад +1

      @@NeuralNine lol dont flex

    • @NeuralNine
      @NeuralNine  4 года назад +1

      @@sj4008 where did I flex? xD

    • @sj4008
      @sj4008 4 года назад

      @@NeuralNine aaah nvm!

    • @sj4008
      @sj4008 4 года назад

      reply to my comment

  • @rakeshakiwate5644
    @rakeshakiwate5644 4 года назад

    really good tutorials for beginners , thanks a lot

  • @borna6403
    @borna6403 3 года назад

    Thank you!

  • @inklingboi8431
    @inklingboi8431 4 года назад

    nice tutorial man

  • @apologize9911
    @apologize9911 4 года назад

    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 ?

    • @coolelectronics7343
      @coolelectronics7343 4 года назад

      g++ main.cpp -o main.exe & main.exe

    • @Shmill
      @Shmill 4 года назад

      @@coolelectronics7343 On windows, replace '&' with '|'

  • @SimonTiger
    @SimonTiger 4 года назад

    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)

  • @austingarcia6060
    @austingarcia6060 4 года назад

    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

  • @manuelcastillo7623
    @manuelcastillo7623 3 года назад

    #include
    int main() {
    std::cout

  • @huseyinfahriuzun2216
    @huseyinfahriuzun2216 4 года назад

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

    • @austingarcia6060
      @austingarcia6060 4 года назад

      Because ‘ and “ mean different things when referring to characters and strings. In python they are interchangeable.

  • @vudinhhoangf
    @vudinhhoangf 4 года назад +1

    Hi

  • @sj4008
    @sj4008 4 года назад

    bro can u do some programming with Java?

    • @NeuralNine
      @NeuralNine  4 года назад

      I am not a fan of Java ^^

    • @sj4008
      @sj4008 4 года назад

      @@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!!

    • @itaiavni1444
      @itaiavni1444 4 года назад

      @@NeuralNine can i ask why?

  • @creativious3629
    @creativious3629 4 года назад

    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

  • @tamunosakicharlestobin-wes6322

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