Posts by heigon77 • 77 points
3 posts
-
1
votes1
answer62
viewsQ: Why is my C code that uses queue giving Segmentation fault?
Hello I must implement a queue that receives the name information and Cpf but only when I try to unroll something gives seg fault, without the row of the unroll wheel normal, but I do not see the…
-
2
votes1
answer1942
viewsQ: Sort list on in C
My problem involves reading data from a text file, where is provided the CPF, name, email, age, sort using list sort in ascending order through age, if you are equal age sort by Cpf. But I’m having…
-
4
votes2
answers221
viewsQ: How to transform my code with static memory struct to C dynamics?
The exercise asks me to read information in a file, being them, Cpf, name, email and age of several people store in a struct, order in ascending order by age, if equal ages by Cpf, and print in…