Posts by Marthaus Lucas • 27 points
3 posts
-
1
votes1
answer2173
viewsQ: How to create a C Ranking?
How can I read and sort a text file where the information is like this: carlos 5 lucas 20 josue 10 *On file it looks like this. Saved randomly but when I read the precise information it is in the…
-
1
votes2
answers2506
viewsQ: How to create a password mask in C
I created this code in C to generate mask in the password, but it does not let delete the characters later nor save the variable correctly. What can it be ? Follows current code: void login(){ int…
-
0
votes1
answer1397
viewsQ: User and password validation in C
I am making a game that requires authentication to play. How do I validate user and password saved in a file .txt? The code I’ve developed so far is this: void login(){ int escolhe_dificuldade(); //…