Posts by Gabriel Leite • 35 points
3 posts
-
1
votes1
answer116
viewsQ: How to make a clock / how to make it run in the background?
I am making a code that rotates a clock to show when the time of use of a machine (informed by the user). In the code the clock is inside a while(1), so there is no way for the user to inform the…
casked Gabriel Leite 35 -
1
votes1
answer43
viewsQ: Error declaring a matrix
I made a matrix[day][time], but I get error when initializing it. I get that mistake and I don’t know how to fix it error: expected ':', ',', ';', '}' or 'attribute' before '=' token The code is…
-
1
votes1
answer95
viewsQ: error when zeroing a string
I’m in a problem in my code where when zero the string and add new words it just stores the first part. code goes below: printf("Digite o nome do seu laboratorio:\n"); gets(nome_lab); printf("O nome…
casked Gabriel Leite 35