Posts by Miguel N. • 25 points
2 posts
-
1
votes1
answer130
viewsQ: Seg Fault using strcat and strcpy
This is my code: char CodificarCesar(char *texto_nao_codificado[256], int chave){ char…
-
1
votes1
answer180
viewsQ: Problems scanning strings within the switch (C) command
I’m trying to make a program that encodes and decodes strings that are given by the user by the César cipher method, using switch-case to select what should be done, but when trying to read a string…