Posts by Jackson Burnley • 19 points
4 posts
-
0
votes1
answer259
viewsQ: Logical error when sorting vector in pair and odd
Well, I was trying to sort a vector in even and odd, that is, half the vector is even and the other odd. It worked "almost" perfectly. The problem is that the last position always ended up being…
-
-1
votes1
answer778
viewsQ: Open file in C
I wonder how I do to open a file in C (Open even, as if I had double-click), because the way I did, the program says that the file was opened, but it is not actually opened. If the C language can’t…
-
-1
votes3
answers45
viewsQ: I can’t access the value
Well, I’m doing a project to calculate IMC, with html, css (bootstrap) and javascript. The problem is that I can’t access the values that users type in the input, whenever I give an "Alert" appears…
-
0
votes1
answer37
viewsQ: innerHTML error
Good afternoon, I’m making a game of stone, paper and scissors, and I came across this mistake, I can’t find solution... x.x /* Para começar, vamos atribuir algumas constantes de pegar os elementos…