Posts by Danielly garcia jardim • 19 points
2 posts
-
1
votes0
answers25
viewsQ: Uncaught Referenceerror: $ is not defined even with import
It has already happened in other pages (of the same project) and I was able to solve by downloading a file and importing <script src="../JavaScript/jquery-2.1.3.min.js"…
-
0
votes2
answers191
viewsQ: difference between vet[] and *vet
When I send a vector to the function, in the arguments.. what’s the difference between putting void funcao(int vet[]) and void funcao(int *vet)…