首页上一页 1  下一页尾页 4 条记录 1/1页
         悬赏:1 学分                        
                    		
                            《C++从入门到精通(第3版)》第8章  构造数据类型
悬赏:1 学分                        
                    		
                            《C++从入门到精通(第3版)》第8章  构造数据类型                                                	
                        
                        
                    
为什么错误?
#include<stdio.h>
#include<conio.h>
main()
{
char c[]="hello world";
textbackground(2);
window(5,5,35,25);
textcolor(14);
cputs(c);
}