Posts by Guilherme Marques dos Santos • 155 points
9 posts
-
0
votes1
answer40
viewsQ: Why is a vector in C passed as a parameter by reference?
Why all other types of variables passed as a parameter to a function are passed by value and the vector does not?
-
0
votes0
answers11
viewsQ: Why is the null operator not printed in C?
In a string or array of characters why is the "/0" operator not printed if you have the string printed by character or even don’t count towards the Len of the string? It is something that is part of…
casked Guilherme Marques dos Santos 155 -
-1
votes1
answer62
viewsQ: How to stop an interval with clearInterval and continue it later?
I’m making a code to make a typing game: by typing the word correctly the user gains an extra time in the time being decreased and gains 1 point, and loses if he reaches 0s. For example: if you get…
-
9
votes1
answer328
viewsQ: What is the difference between using appendchild and insertAdjacentHTML?
In a code from which I will have to add an element within a DIV. What’s the difference between first creating the element and adding it to div through the appendchild and doing…
-
1
votes2
answers1775
viewsQ: How to remove all elements from a javascript div?
How to remove all elements of a div at once removeChild() removes only one element?…
-
0
votes3
answers1289
viewsA: Error when launching Reset
yarn add v1.19.0 [1/4] Resolving packages... [2/4] Fetching packages... info [email protected]: The platform "win32" is incompatible with this…
-
1
votes3
answers1289
viewsQ: Error when launching Reset
When I try to launch the React after creating-React-app and having already created the folder this error appears Could not find a required file. Name: index.html Searched in: C:\Users\LUIS…
-
-1
votes1
answer1011
viewsQ: How to Uninstall an Entire Code at Once in Python
Since python is indent sensitive when Voce deletes a structure for example that sees that it will not use it anymore it starts to give error because the rest of the code is not indented as it…
-
0
votes1
answer49
viewsQ: Debbuging no Node js
How do I return the vscode debug to the Node default to see the variables and breakpoints on the server side? Because I once ran the debbuger for Chrome and now he doesn’t even ask what environment…