Posts by GuiSelair • 15 points
3 posts
-
1
votes1
answer46
viewsQ: Text not inserting line break
I did a search and found no post about the problem I’m facing. I’m running a database search and writing on the screen what I find. But when the text is displayed it is not inserting line break, so…
-
0
votes2
answers717
viewsQ: How to separate vowel consonants into a matrix in C
Hello, I have a problem with my code. I have a matrix[6][3] that reads letters, after reading I want to separate the vowels from the consonants. However I did not succeed because all the letters go…
-
0
votes1
answer36
viewsQ: Error when searching for a string
Hey, how you doing? I’m having a problem executing this code. From the second "While True" the program can not find the written product. It was registered right above. I checked this code from tail…