Posts by Philipe Matheus • 21 points
3 posts
-
0
votes1
answer1257
viewsQ: maskMoney(jquery) not displaying value correctly
Good afternoon guys, I’m having a problem using the maskMoney plugin from jQuery. I am using the following statement before <div style="float:left; width: 25%"> <asp:Label ID="Label24"…
-
0
votes2
answers879
viewsQ: Pass matrix to C functions
Good evening, next I have a problem passing a matrix to a C function. I have the following code void funcao(int mat[][num]); int main() { scanf(%d,&num); } It is basically the following, I…
-
2
votes1
answer118
viewsQ: How to make a C routine run and do not stop until I execute a command?
Good evening, I’d like to do a C routine like this: Let’s say I have a loop that keeps printing the letter 'a' and while I don’t type anything it keeps printing, but the moment I press 'c' for…
casked Philipe Matheus 21