Posts by Abel Souza Costa Junior • 31 points
2 posts
- 
		3 votes2 answers84 viewsQ: Error of memory allocationI am creating a C script to classify a triangle according to the 3 sides passed. For this I use three distinct variables, lado1, lado2 and lado3, as illustrated by the code below: #include… 
- 
		0 votes0 answers75 viewsQ: Insert data into a Pivo Laravel tableI have a many to many relationship between items and area, as I do to relate the two within my item_area table in my store method? This is my view <h3>Criar um novo Item</h3> <form…