Posts by Julia Gubolin • 3 points
1 post
-
0
votes1
answer81
viewsQ: How to read a file and save each line at a position of a vector in C#
I’m learning how to use C# in Visual Studio 2019. I want to read a text file and save each line in a position of a vector of the type string. However, when I click on "button1" to read the file and…