| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 723 人关注过本帖
标题:怎么回事,实在是搞不明白了 !!!
取消只看楼主 加入收藏
ailiyaxman
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2008-5-17
收藏
 问题点数:0 回复次数:1 
怎么回事,实在是搞不明白了 !!!
using System;
using System.Collections.Generic;
using System.Text;
    class Program
    {
        public static int f(out int ival1, out int ival2);
    {
        ival1=10;
        ival2=20;
        return 0;
    }
        public static void Main()
        {
         int i,j;
         Console.WriteLine(f(out i,out j));
         Console.WriteLine(i);
         Console.WriteLine(j);
        }
    }

错误    1    类、结构或接口成员声明中的标记“{”无效    C:\Users\J.Constantine\Documents\Visual Studio 2005\Projects\c#复习\c#复习\Program.cs    7    5    c#复习
错误    2    类、结构或接口成员声明中的标记“=”无效    C:\Users\J.Constantine\Documents\Visual Studio 2005\Projects\c#复习\c#复习\Program.cs    8    14    c#复习
错误    3    类、结构或接口成员声明中的标记“=”无效    C:\Users\J.Constantine\Documents\Visual Studio 2005\Projects\c#复习\c#复习\Program.cs    9    14    c#复习
错误    4    应输入 class、delegate、enum、interface 或 struct    C:\Users\J.Constantine\Documents\Visual Studio 2005\Projects\c#复习\c#复习\Program.cs    12    23    c#复习
错误    5    应输入类型、命名空间定义或文件尾    C:\Users\J.Constantine\Documents\Visual Studio 2005\Projects\c#复习\c#复习\Program.cs    19    5    c#复习
求高手帮忙看看啊 !!!
搜索更多相关主题的帖子: static public return Users 
2008-05-17 14:04
ailiyaxman
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2008-5-17
收藏
得分:0 
找到错误了,多个“;”,在定义函数f的末尾 哎,真是糊涂!
2008-05-17 14:18
快速回复:怎么回事,实在是搞不明白了 !!!
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.036296 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved