Posts by umcaralegal9 • 35 points
3 posts
-
0
votes1
answer43
viewsQ: wprintf problems with long int c++
Hello, I’m having trouble trying to "print" on "big" integers in c++. To be more specific, using the visual studio 2017 int main() { _setmode(_fileno(stdout), _O_U16TEXT); long rr =…
c++asked umcaralegal9 35 -
1
votes2
answers313
viewsQ: Use INSERT using SELECT (Node.js and Mysql)
I need to insert some data into a table, using the following code: var query = `INSERT INTO uso (id_usuario, id_tempo) VALUES ((SELECT id FROM usuario WHERE nome='Jose' LIMIT 1), (SELECT id FROM…
-
2
votes2
answers66
viewsQ: Use multiple javascript loops
Is there any way to run more than one setInterval() at the same time? In this my code, if I run twice the function "interval" the program goes into infinite loop and the console gets: [1,2,3,4,5]…
javascriptasked umcaralegal9 35