Posts by Miguel • 39 points
4 posts
-
0
votes0
answers67
viewsQ: Trigger mysql - error?
Hi, this is the first time I’m using triggers and I don’t know how to fix an error I’m having and a problem I don’t know how to do. I want to do a Rigger for when a date entered (start date and end…
-
3
votes1
answer276
viewsQ: Incompatible arguments - Pointers for structures
Good afternoon, I needed help fixing some mistakes at the terminal. Summary: I have done some functions to get some information (values) about active clients (where a client is active if he is an…
-
0
votes1
answer103
viewsA: Queues with checks and customers
I’ve already figured out: typedef struct cheque { /* Nome da estrutura */ int valor; long int refe; long int refb; long int* refc; }*Item; /* O Item vai ser um ponteiro para a estrutura */ But now…
-
-1
votes1
answer103
viewsQ: Queues with checks and customers
I want to create a Checkbook Or Pool.. of checks.. as if it were a Queue waiting (FIFO) and I have some difficulties. For now the code I have is giving me some errors. I’m having such mistakes:…