Mega Code Archive

 
Categories / Visual C++ .NET / Statement
 

Using directive

#include "stdafx.h" #using "System.Windows.Forms.dll" using namespace System::Windows::Forms; int main() {    MessageBox::Show("Hello World!"); }