Posts by Gui • 25 points
3 posts
-
2
votes1
answer243
viewsQ: Help with ROT-13 C encryption
Some letters of the encryption are passing from 'z', and going to symbols in the ASCII table, why is this occurring? #include <stdio.h> // CRIPTOGRAFIA ROT13 #include <stdlib.h> // A, B,…
-
0
votes0
answers43
viewsQ: Help with Text Editor and C Executable
I developed a C algorithm for order counting, when I compile inside the Text Editor (ATOM), it performs everything correctly. But when I go to the executable generated in the project folder, it…
-
0
votes1
answer241
viewsQ: Help with Struct and File Manipulation (C)
Hi, I need you to help me... I did this algorithm to register the "interviews" of employees, and whenever I want to fetch an employee, I simply put his name and all the data relating to him appear.…