Posts by joao pedro • 63 points
4 posts
-
0
votes2
answers87
viewsQ: String scanf() time problem
I wanted a help in solving the problem of a string, because when you read the program automatically from as invalid option any option, so you do not use the option I chose. No if I’ve tried with…
-
2
votes2
answers353
viewsQ: Problem to print on screen a string with accent
I would like a help, because when the user type his name with accent, when printing on the screen the name, appears disfigured. #include <stdio.h> #include <stdlib.h> #include…
-
-1
votes1
answer285
viewsQ: Problem with switch inside the While loop
I would like a help to solve the problem I’m having with the switch inside the loop, it never finalza, stays in an eternal loop. What should I do to solve ? #include <stdio.h> #include…
-
4
votes1
answer84
viewsQ: Entry problem in loop comparing string
I can’t make it into the loop using only the char 'Anunciar', when you put something in, it starts the loop. What should I do? #include <stdio.h> #include <stdlib.h> #include…