Posts by Zé Lucas • 17 points
3 posts
-
0
votes1
answer96
viewsQ: Use the select tag to change the content of the page?
I’m starting to use Javascript and would like to know how I can use the select so that according to the language chosen, the page show me a different return (its characteristics).…
-
1
votes1
answer39
viewsQ: buffer is not cleaned during the second execution of cilclo
During the second execution of the loop for the setbuf no Urti effect and if the 2nd 'product' has more than 14 characters assigned the other characters to the next positions. #include…
-
0
votes3
answers218
viewsQ: Dictionary does not return all possible words
The idea of the program is to be a dictionary, the user informs the word, the program performs a check on the characters of the word finds the position in the vector and returns the definition if…