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 convert the integer to the right string type and place it into the textbox?
Side question: does anyone know if any good resources for learing C++ VS.NET? Espcially for using Windows forms? The documentation that comes with it seems more suited for more experienced programmers than me.
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 convert the integer to the right string type and place it into the textbox?
Side question: does anyone know if any good resources for learing C++ VS.NET? Espcially for using Windows forms? The documentation that comes with it seems more suited for more experienced programmers than me.