Another botched C++ attempt!

Sdílet
Vložit
  • čas přidán 9. 09. 2024
  • Hello, everyone. I'm still trying to make my first C++ program. I know it's not going to be easy. I decided to brute force the thing, but it backfired. I know that all I have to do is put the error codes into Google, and I'll get to that soon. But for now, this was my latest attempt at getting a Cpp program to work.

Komentáře • 6

  • @JavedAlam-ce4mu
    @JavedAlam-ce4mu Před 2 měsíci +2

    There is nothing wrong with your code, you're just having issues compiling it. I'd recommend using an online compiler.

  • @afonsorafael2728
    @afonsorafael2728 Před 2 měsíci +2

    You did not save the file before running.. and also debugging is different from running the program...

    • @Battleganz
      @Battleganz  Před 2 měsíci

      Ah. I just don't use VSC like that. I'll get it. You saved me hours of trouble. Thanks.

    • @afonsorafael2728
      @afonsorafael2728 Před 2 měsíci +2

      @@Battleganz It's alright, there are plenty of C++ introduction tutorials around! You could read one before going on to recording a video :)

    • @Battleganz
      @Battleganz  Před 2 měsíci

      @@afonsorafael2728 Excellent point.

  • @jusk2ru
    @jusk2ru Před 2 měsíci +1

    Learn basics with tutorials and surely you will come up with an idea for a projoct. Personal projects is where learning really kicks off.