Posts by Luiz Campos • 13 points
2 posts
- 
		0 votes2 answers99 viewsQ: I’m having trouble reading a string inside a functionGood evening, I would like to know methods to read a string in C(Version C99), I have tried a lot, and does not work, below, the defective code. Obs: The error that reports is that just after… 
- 
		1 votes1 answer647 viewsQ: How to manipulate a vector of structs in an external function? Follow exampleI am doubtful on a question. Follow the statement: Implement a library control system with functions to register, query, change and remove books. The attributes of a book are: Name (Book title with…