问个很弱智的C#的问题
登录 | 论坛导航 -> 华新鲜事 -> 社会百科 | 本帖共有 3 楼,分 1 页, 当前显示第 1 页 : 本帖树形列表 : 刷新 : 返回上一页
<<始页  [1]  末页>>
作者:小希 (等级:2 - 初出茅庐,发帖:68) 发表:2003-09-30 15:53:00  楼主  关注此帖
问个很弱智的C#的问题
在某个Visual Studio .Net的教材上看到了这样的Hello World的Code,但是在VC6里死活也不能compile.请问是为什么?难道只有VS.Net才可以?谢了

using System;

class Welcome
{
static void Main()
{
Console.WriteLine("Please Enter Your Name:");
string name = Console.ReadLine();
Console.WriteLine("Welcome to you, {0}!", name);
}
}


DEBUG:
error C2873: 'System' : symbol cannot be used in a using-declaration
fatal error C1004: unexpected end of file found
Put your OWN COOL signature here!
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:SmellsLikeTeenSpirit (等级:11 - 出神入化,发帖:6371) 发表:2003-09-30 18:18:52  2楼 评分:
some basic understanding
you are attempting to use the class libraries("System" namespace) provided by the .NET framework.

The .NET framework is not provided for Visual C++ 6.

Hence, the code fails.

Note: Visual Studio.NET is an IDE to develop .NET applications. Without it, you can still leverage on all aspects of the .NET framework .
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:bigfox (等级:4 - 马马虎虎,发帖:2214) 发表:2003-09-30 21:53:16  3楼 评分:
这是C#的代码
怎么可以放到VC++里编译呢

.NET平台的C#和Visual Studio 6.0的VC++6完全不是一个概念啊
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
论坛导航 -> 华新鲜事 -> 社会百科 | 返回上一页 | 本主题共有 3 篇文章,分 1 页, 当前显示第 1 页 | 回到顶部
<<始页  [1]  末页>>

请登录后回复:帐号   密码