document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. void __fastcall TForm1::Button1Click(TObject *Sender)
  2.  
  3. {
  4.  
  5. MessageBox(0,"Ini adalah MessageBox Dalam Bahasa C++","Informasi",MB_ICONINFORMATION|MB_OK);
  6.  
  7. }
');