how to display integers
C / C++ / MFC
2
Posts
2
Posters
1
Views
1
Watching
-
-
Hello
char array[5] = {'H','E','L','L','O'}; this->textBox1->Text = array;
(This works, even without appending '\0' at the end) Is there a way to display integers directly, without first convert them to strings.(So far I used the sprintf function) t.doneirik wrote: Is there a way to display integers directly not unless the control has a specific method for displaying integers. most only have methods to display strings. Image Toolkits | Image Processing | Cleek