Hi everyone,
I'm pretty new to C++, though I have some VB experience, but I have a simple question (I'm using Visual Studio.NET BTW):
I have an integer variable whose value I want to place into a text box, but since the Text property is a string type I can't jsut place it there. How do I...