Posts by Matheus William • 1 point
2 posts
- 
		0 votes1 answer23 viewsQ: Store CSV file data in a listI am reading a 9 million-line CSV file, and I need to turn each line into an object and store it in a list or buffer to subsequently write to a random access file. When I try to add the investor… 
- 
		-2 votes1 answer48 viewsQ: error when registering a subject on a student’s listI’m doing a school register where I create a double-chained circular list to insert students, and a simply chained list to insert a student’s discipline. In the part of enrolling student everything…