Posts by Kevin De Bortoli • 67 points
3 posts
-
3
votes2
answers92
viewsQ: How to make a function that takes two integer vectors and returns a boolean value?
I want to make a function that takes two integer vectors and returns a value Boolean, but when I put the: return (encontrou); It keeps error on the variable encontrou. Follows part of my function:…
-
2
votes1
answer822
viewsQ: How to Print an Array in Windows Forms of Visual Studio?
How can I print an array in windows Forms? I tried by listbox using this code: public void Mostrar_Grafo(int Qtdlinha,int Qtdcoluna, string[,] MAdjacencia) { ListBox listbox1 = new ListBox();…
c#asked Kevin De Bortoli 67 -
0
votes1
answer121
viewsQ: How can I turn the entire text content into c#
How can I get a file .txt and turn it into a chain of integers? My program has to take the matrix that is inside the file .txt and put inside a matrix in the program so I can manipulate the data…
c#asked Kevin De Bortoli 67