error CS1022: 应输入类型、命名空间定义或文件尾,CS1519: 类、结构或接口成

E:\Program Files\Microsoft Visual Studio 8\VC>csc MainEntryPoint.cs
Microsoft (R) Visual C# 2005 编译器 版本 8.00.50727.42
用于 Microsoft (R) Windows (R) 2005 Framework 版本 2.0.50727
版权所有 (C) Microsoft Corporation 2001-2005。保留所有权利。

MainEntryPoint.cs(7,20): error CS1519: 类、结构或接口成员声明中的标记“(”无效
MainEntryPoint.cs(9,8): error CS1519: 类、结构或接口成员声明中的标记“=”无效
MainEntryPoint.cs(9,25): error CS1519: 类、结构或接口成员声明中的标记“(”无效
MainEntryPoint.cs(10,11): error CS1519: 类、结构或接口成员声明中的标记“==”无效
MainEntryPoint.cs(12,21): error CS1519: 类、结构或接口成员声明中的标记“(”无效
MainEntryPoint.cs(14,3): error CS0116:
        命名空间并不直接包含诸如字段或方法之类的成员
MainEntryPoint.cs(24,1): error CS1022: 应输入类型、命名空间定义或文件尾

--------------------------------------

出现的这个问题的原因是我忘了写static void Main(string[] args)了

加上就好了

 

黑色头发  http://heisetoufa.iteye.com

你可能感兴趣的:(C++,c,windows,Microsoft,vc++)