How to Make a C++ Login Program Part 4

Опубликовано: 13 Февраль 2026
на канале: codergopher
8,695
165

How to code a C++ login program with Marty. In this video add multiple users to our program, along with multiple passwords, and we strengthen the encryption algorithm(cutting edge techno, of course) Programming using the fstream library, which is a toolkit in C++ that allows us to read and write to a text file in C++, and also now with the math.h header. Coding with good ol Marty on codergopher.

Playlist for the series:    • How to Make a C++ Login Program  

Source code: https://github.com/codergopher/CPP-Lo...

 Max values of datatypes: https://docs.microsoft.com/en-us/cpp/...

How to set up Sublime Text 3 with C++:    • Simple C++ For Beginners - 1 - Setup C++ o...