this gcc-g++-3.3.1.tar.gz is a source file of gcc, you can learn more about gcc through this codes f

源代码在线查看: pr55.java

软件大小: 4511 K
上传用户: Jane
关键词: this gcc through source
下载地址: 免注册下载 普通下载 VIP

相关代码

				public class PR55 {								    // This demonstrates a bug in gcj								    public static void main(String[] argv){				        int i = 666;				        System.out.println("The number "+i+" is "+ (""+i).length() +" digits wide");				    }				}							

相关资源