User profile: bobdabilder

User info
User name:bobdabilder
History
Joined:
Number of posts:56
Latest posts:

Windows Forms ListBox help!
Show some more relevant code and we can help.

Read file, then set each line as a string array
I 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 array
should get the file open to read [code]ifstream infile; infile.open ("test.txt", ifstream::in);[/c...

Managed Struct
I had to do [code]squares[i,b] = gcnew square; squares[i,b]->validBits = getNextNumber(i,b);[/code]

Managed Struct
I may have to post this elsewhere, but thought someone could help as it may not be a managed issue. ...