Re: [問題] c語言程式求助
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
→
10/14 01:25, , 1F
10/14 01:25, 1F
→
10/14 01:47, , 2F
10/14 01:47, 2F
→
10/14 01:49, , 3F
10/14 01:49, 3F
→
10/14 02:18, , 4F
10/14 02:18, 4F
討論串 (同標題文章)
C_and_CPP 近期熱門文章
PTT數位生活區 即時熱門文章