Posts by Cícero Sousa • 11 points
1 post
-
0
votes0
answers23
viewsQ: how to create multiple users in c++, taking words from a text file? results when I use only one *to_find*
#include <stdio. h> #include<string. h> typedef struct? char name[20]; int password[8]; } Adm; int main() { Adm adm 1, adm 2, adm 3, adm 4; FILE * login; login = fopen ("Adms.txt" ,…
c++asked Cícero Sousa 11