How to Program a Simple Login Form and User Registration Project Using C++ and MS Visual Studio!

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

КОМЕНТАРІ • 21

  • @WhiteHairSharing
    @WhiteHairSharing 2 роки тому +4

    Very clear, and great for beginners, cheers!

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

      Cheers mate, thanks for the nice feedback!!

  • @flioink
    @flioink 2 роки тому +1

    I've done some openCV and Unreal engine tutorials in my free time.
    Cool but then there's compilation time for everything.
    One positive thing is that is very good to learn most of the basic concepts in C/C++
    and then you understand why stuff is the way it is in Python(or other languages).

    • @lemastertech
      @lemastertech  2 роки тому +1

      Yeah I like unreal engine with C++ and I’ve even done a bit of Unity with some C# too but I do find python the easiest to pick up and make a quick project in, it’s just nearly impossible to produce a large scale game without using one of these game engine giants as the backbone haha

  • @esibites
    @esibites 6 місяців тому +3

    i request you to make this project with OOP mainly eith the inheritance concept

    • @lemastertech
      @lemastertech  6 місяців тому

      That’s a good idea I will add it to my upcoming projects list of ideas!

  • @فيصل-ه8ق6ه
    @فيصل-ه8ق6ه 2 місяці тому +1

    I wish if you can make a video on how to connect this log in with the database. So when the user log in, he can see his information or his account. Thank you 🌹

    • @lemastertech
      @lemastertech  2 місяці тому

      I will add that to my project ideas list thank you!!

  • @nataliagrace5717
    @nataliagrace5717 2 роки тому +1

    Loved this soo much it definitely helped!!

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

      Thanks so much glad you liked it!!

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

      @@lemastertech will you be creating more C++ videos???

  • @jameskekeli2093
    @jameskekeli2093 5 місяців тому +2

    where have you been 🥲🥲🥲

    • @lemastertech
      @lemastertech  5 місяців тому

      Ohio Pennsylvania Colorado and Texas!

  • @neooalterte8106
    @neooalterte8106 Рік тому +1

    where does the txt file get stored?

    • @lemastertech
      @lemastertech  Рік тому

      In the same folder your c++ file lives unless you specify another location!

  • @xcri7zx792
    @xcri7zx792 Рік тому +1

    thanks a lot

    • @lemastertech
      @lemastertech  Рік тому

      You are very welcome! Thanks for watching!

  • @Nasara1122
    @Nasara1122 Рік тому +1

    Good

  • @yomnahachem4661
    @yomnahachem4661 2 роки тому +1

    is it possible to include all accounts in an array of structures (made of username and password) and then in a file? if yes, how can we do it?

    • @lemastertech
      @lemastertech  Рік тому

      Yes it is possible but when it gets to using large databases it’s usually actually best to use a database like SQLLite instead of storing it all locally!