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

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 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 3 роки тому +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

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

  • @Jonathan-ru9zl
    @Jonathan-ru9zl Рік тому

    Very good and fun to watch tutorial

  • @rakeshakiwate5644
    @rakeshakiwate5644 3 роки тому

    really good tutorials for beginners , thanks a lot

  • @MissPiggyM976
    @MissPiggyM976 2 роки тому

    Very good, thanks for the video !

  • @borna6403
    @borna6403 3 роки тому

    Thank you!

  • @manuelcastillo7623
    @manuelcastillo7623 3 роки тому

    #include
    int main() {
    std::cout

  • @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 3 роки тому

    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

  • @huseyinfahriuzun2216
    @huseyinfahriuzun2216 4 роки тому

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

    • @austingarcia6060
      @austingarcia6060 3 роки тому

      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