Jay1987
October 22nd, 2004, 06:35 AM
I am an advanced VB programmer and I have decided to move onto bigger things so I have installed C++.NET. Already i am having some problems....can someone tell me the problem with the following code:
{int FirstNum;
int SecondNum;
FirstNum=txtFirst->Text;
SecondNum=txtSecond->Text;
}
As you can see I've written this code very similar to as I would in VB but can anyone tell me what part I've got wrong. Thx
{int FirstNum;
int SecondNum;
FirstNum=txtFirst->Text;
SecondNum=txtSecond->Text;
}
As you can see I've written this code very similar to as I would in VB but can anyone tell me what part I've got wrong. Thx