Windows Forms ListBox help!Show some more relevant code and we can help.
Read file, then set each line as a string arrayI must be feeling pretty generous to do some of your homework. You have to do the rest. [code]string...
Read file, then set each line as a string arrayshould get the file open to read [code]ifstream infile; infile.open ("test.txt", ifstream::in);[/c...
Managed StructI had to do [code]squares[i,b] = gcnew square; squares[i,b]->validBits = getNextNumber(i,b);[/code]
Managed StructI may have to post this elsewhere, but thought someone could help as it may not be a managed issue. ...