Все работает отлично, но есть одна маленькая проблема [дубликат]C++

Программы на C++. Форум разработчиков
Anonymous
Все работает отлично, но есть одна маленькая проблема [дубликат]

Сообщение Anonymous »


Everything works perfectly fine but the thing is that everytime a user creates an account, it replaces the old credentials stored in the already existing file. I want to be able to store multiple user credentials so that multiple users can login.

The Code is :

#include #include #include #include #include using namespace std; int main() { cout

Источник: https://stackoverflow.com/questions/780 ... ny-problem

Вернуться в «C++»