Posts by Manuela C • 21 points
2 posts
-
1
votes0
answers141
viewsQ: How to use dates in C?
I wanted to know how to implement the library time.h The application must identify the customer, the start and end date of the rental, and the price paid for the rental and the date paid. We have…
-
-3
votes1
answer64
viewsQ: How to inactivate an element in C?
As from the following structs, would like to know how to inactivate a property. A real estate company has a set of 100 properties for rent. On each property the application must allow storing: the…