最讨厌这些认证题的说白的,我都未必考得及格的
但我能轻而易举做出那些东西即使考100分的,就真能写出些什么项目来吗,我看未必考试认证泡沫呀~http://lysoft.7u7.net

解决方案 »

  1.   

    这个帖子真不知道放在哪个社区好?为什么Java有个认证的社区,而Delphi就没有呢?不公平。强烈要求增加!
      

  2.   

    delphi的这种认证是垃圾,没什么意义,看一本书入门书就可以了,但编不了程序
      

  3.   

    l         UML设计实践基础,通过专项考试
    l         基于某种Borland IDE的开发技能(JBuilder,C++Builder,Delphi),通过专项考试
    l         单元测试实践基础,通过专项考试
    l         软件变更与配置管理实践基础,通过专项考试
    ===============================================================这几项还说得过去,如果Borland认证题真象楼主贴出来的那样,就太垃圾了,不考也罢
      

  4.   

    发完牢骚,帮楼主解决几个:35.Tools | Environment Options | Preferences |"Show compiler progress"
    36.
    unit Unit1;interface
    uses
        Controls;
    type
    TStudent = record
        Name : string;
        Sex : Boolean;
        idcard : array [0..17] of Char;
        Birthdate : TDate;
        Address : ShortString;
        phone : array [0..10] of Char;
    end;pStudent = ^TStudent;implementationend.37.typeTparent= class
    end;Tchild1=class(Tparent)
    end;Tchild2= class(Tparent)
    end;38.
    uses
        SysUtils;
    typeTMyException =class(Exception)end;tools | Editor options | Color | colorspeedsetting |"Classic"