Posts by Lucas • 41 points
2 posts
-
0
votes1
answer43
viewsQ: Chained list returning empty outside function
I’m trying to read data from a file .obj and insert into a chained list, I have a function to read and within it I call the insert function. When I call the function of printing the list inside the…
-
3
votes2
answers91
viewsQ: Using a variable as a C file name
I’m using the function system("pathping xxx.xxx.xxx > c:\i.txt") to leave the program doing tests pathping and saving the result in a file to analyze later. Basically wanted to play this role…