返回首页

如何隐藏建立库函数,标识符或代码等东西时,我们比较两个代码文件中,我们要忽略这些事情,这是常见的吗???

有任何使用功能构建。NET IDE中任何关于它的主意...............

喜欢这里

using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Linq;

using System.Text;

using System.Windows.Forms;

using System.Security.Cryptography;

 



class file1

  {

     public void add()

  {

    int a;

    int b;

 

    int c = a + b;

 

    console.WriteLine("print the sum" + c);

   }

  }


这里

{C}
现在如果我想比较这两个输入编码的文件,所以我要忽略其build_in的功能或关键字等,我们做这个......
我只给了这些文件,我比较文件的异同,以检查他们被复制或不工作的例子,现在我面对这个问题,我不得不忽视等所有功能,否则它会给错误的答案,他们的相似之处。 ..| saniaali

回答

评论会员: 时间:2