作者adxis (acer)
看板C_and_CPP
標題Re: [問題] c語言程式求助
時間Wed Oct 14 01:23:56 2009
C++ Windows Form
System::Void button1_Click(System::Object^ sender, System::EventArgs^ e)
{
double w = System::Convert::ToDouble(this->textBox1->Text);
this->label1->Text = this->textBox1->Text + "kg = " +
System::Convert::ToString(w/0.454) + "lb";
}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.123.218.30
→ adxis:應該是說Managed C++ :p 10/14 01:25
→ james732:應該說C++/CLI Managed C++是舊稱了~XD 10/14 01:47
→ yoco315:+1 10/14 01:49
→ adxis:受教~! 10/14 02:18