Posts by Raiane • 51 points
2 posts
-
3
votes1
answer854
viewsQ: Compile using Terminal in Lua
I’m starting now the programming language studies Lua, but I’m having a hard time when I do a program in c to compile the algorithm in the terminal I write: **gcc nome-do-programa.c** and then I put…
-
2
votes0
answers60
viewsQ: How to pass the value of a position to a variable, this position being received in ASCII?
So I send you a piece of my script so you can help me. I need to return the variable rsp, that has always brought the value equal to 0, which was not to be done. // Envia comando de Leitura de…