Login System with Registration & Filestoring & Filesystem C++ Tutorial Visual Studio

preview_player
Показать описание
This tutorial shows you how to make a login system that let's you register and writes and reads data to and from files in c++.

Рекомендации по теме
Комментарии
Автор

>russian OS
>german Visual Studio
>english speaking
im so confused

nixonx
Автор

Took me 48 minutes to watch a 14 minute video-- TIME WELL SPENT! Thanks!

-------------------------theVM
Автор

thank you dude, i've been searching this program for 2 day
thank u so much dude

roxyzz
Автор

My first project..Really this is a good project for beginners..

adityanayak
Автор

Hi, just wanted to say thank you, this is my first project

rudresh
Автор

in order to get the txt file u need to change ifstream read("c:\\ "+ username + ".txt"); to ifstream read( username + ".txt");,
just remove the directory at the moment, the file will be located in the project folder of visual studio

moonturkey
Автор

I find it on a website. I go here and i'm not regret it!!! Awesome video. And i need more of this!!! Thank you...

pullrequest
Автор

Dear sir,
I am tries this code 2 times, i am able to compile the code but still not creating .txt file. plz help

maheshvarpe
Автор

german visual studio, english video, russia(or so) windows explorer. why? :D

xAdler
Автор

You could've used just the file name and the password inside it to validate login

ahmedshehryar
Автор

thanks. i keep getting put off by cout so instead i use printf format.

rinony
Автор

The coice should be of char type, to catch all the wrong choices that are entered, not only numbers.
And in the if loop put the choice values in single quotes:
if (choice == '1') and so on.

MyNameAlec
Автор

Hi How To make system examination in c++?

kadaralasow
Автор

can anyone tell me why he wrote system("PAUSE") ? what does that means?

afriditurjo
Автор

I'm getting error cannot open output file permission denied. What to do?

shivanichaudhari
Автор

my getline function is not working sir! please tell some solutions i googled the issue i am unable to seek the solution

nehalpatidar
Автор

Not sure what happened, but for some reason this code can only read and edit text files that you have already created. For example, under C:\\ I created a text file called "test". If I run the program and use "test" as the username, I can access the file and create a password. However, the code won't create new text files for new usernames. Might wanna to check this out.

Bam
Автор

I understand most of the code. In bool loggedin you set it equal to status . How does the compiler know which file is to check i dont recalling you specifying it in your choice ==2

ahmadazhar
Автор

How can I make the program repeat if they did not enter the right username and password

yazanmehdawe
Автор

What if I have multiple username and passwords stored in the .txt file? Should I separate them with an empty line? and I want to append to the file whenever a user decides to register for a new username and password. Do I have to implement a search function to search through the file and find matching username and passwords?

orbelg