Posts by Gabriel Maniza • 33 points
2 posts
-
0
votes0
answers186
viewsQ: Delete data in chained dynamic list using C language
Good afternoon. I’m doing a project for the college where the teacher asked to create an algorithm with dynamic lists, where one list should contain customers and another, products. The goal of the…
-
3
votes2
answers725
viewsQ: How can I save TXT file in C: directory using C#?
I’m trying to make a small data scrolling program and I want it to save a file. txt that stores the scrolls, so that it can be read later. The program is practically whole ready, all functionalities…