不知道是什么原因,我该如何处理,请大虾们指教了,小弟在此谢过。。。。 错误信息如下: The program being debugged was signaled while in a function called from GDB. GDB has restored the context t ......
1 public class BirthDate { 2 private int day; 3 private int month; 4 private int year; 5 6 public BirthDate (){} 7 8 public BirthDate (int d,int m,int y){ 9 day = d; ......