Now i think i've converted my int to a string.
But i can't tell because i can't find a way to output it to the screen.
Nor can i figure out how to see what value is being stored in a variable while debugging in MS Visual C++ Express 2005.
I tried putting as the text on a label.
Create::lbMicSkillsPoints->Text = convertedString;
doesnt work, nor does a textbox.
I get an error that says cant convert parameter 1 from std::string to System::string.
2007-03-05
17:23:45
·
1 answers
·
asked by
ronin.stretch
1
in
Computers & Internet
➔ Programming & Design