variables.cpp
上传用户:sz0451
上传日期:2022-07-29
资源大小:256k
文件大小:0k
源码类别:

.net编程

开发平台:

Visual C++

  1. // This is the main project file for VC++ application project 
  2. // generated using an Application Wizard.
  3. #include "stdafx.h"
  4. #using <mscorlib.dll>
  5. #include <tchar.h>
  6. using namespace System;
  7. // This is the entry point for this application
  8. int _tmain(void)
  9. {
  10.     // TODO: Please replace the sample code below with your own.
  11.     Console::WriteLine(S"Hello World");
  12.     return 0;
  13. }