I am trying to program a game in a standard windows forms application in C++. I am having trouble which obviously wasn't an issue in VB. Basically it is a version of the countdown numbers game, and part of it is a random number is generated.
My problem is getting the textbox to show the random number as it will not convert to string. So far I have.
Thanks for those links. Unfortunately none worked. Perhaps I should have said I am using Visual C++ Express 2008. The VB equlivalent would be textbox1.text=str(number) (number already declared and either valued or calculated). Obviously Dev C++ and equivalent in Visual is easy, but actually doing forms in C++ really complicates things.