Posts by Ramon Dos Santos • 5 points
4 posts
-
0
votes2
answers596
viewsQ: Chained list - Error inserting element - [Warning] Passing argument 1 of 'strncpy' makes Pointer from integer without a cast
Good afternoon, would you be kind enough to help me with my project? I have to create a chained list that records bus schedule data, but when I try to execute, soon after entering the time data…
-
0
votes1
answer111
viewsQ: Chained list - Multiple error defenition of main
Good evening, would you be kind enough to help me with my project? I’m trying to create a chained list, but when I try to compile an error appears as the image below: I do not know what is occurring…
-
0
votes2
answers518
viewsQ: Chained list - [Error] Storage size of 'mylist' isn’t known
I’m having trouble developing a chain list, so please help me. Every time I try to compile error appears on line 7 [Error] Storage size of 'mylist' isn’t known I’ve already changed the place…
casked Ramon Dos Santos 5 -
-1
votes1
answer653
viewsQ: Insert into two separate tables
I have two tables (cliente and telefone), I need to insert the name in the table cliente and the customer’s phone in the table telefone, at the same time, by the same form. In the HTML form I…