看板 C_and_CPP 關於我們 聯絡資訊
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