| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 609 人关注过本帖
标题:怎么显示不出我开的这个窗口!
只看楼主 加入收藏
whbc
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:180
专家分:139
注 册:2010-3-31
结帖率:89.66%
收藏
 问题点数:0 回复次数:1 
怎么显示不出我开的这个窗口!
程序代码:
             #include <stdio.h>
             #include <conio.h>
             int main()
             {
                window(10,10,15,28);
                textbackground(5);
                clrscr();
                textcolor(2);
                highvideo();
                clrscr();
                gotoxy(6,3);
                cprintf("%s","Welcome you to use load the system");
                gotoxy(3,5);
                cprintf("%s","name");
                gotoxy(3,7);
                cprintf("%s","password");
                gotoxy(19,13);
                cprintf("%s","load");
                getch();

            }
各位大侠看看,这是我编写的一个小程序,里面开了一个窗口,可是显示不了,总是显示在整个窗口上!!哪位大侠帮忙修改看看!
搜索更多相关主题的帖子: 窗口 
2010-11-20 14:52
xiaomarn
Rank: 11Rank: 11Rank: 11Rank: 11
等 级:小飞侠
威 望:5
帖 子:348
专家分:2026
注 册:2009-3-18
收藏
得分:0 
程序代码:
#include <stdio.h>
#include <conio.h>
int main()
{
      textbackground(0);
      clrscr();
      window(10,5,56,15);
      textbackground(5);
      clrscr();
      textcolor(2);
      highvideo();
      clrscr();
      gotoxy(6,3);
      cprintf("%s","Welcome you to use load the system");
      gotoxy(3,5);
      cprintf("%s","name");
      gotoxy(3,7);
      cprintf("%s","password");
      gotoxy(19,13);
      cprintf("%s","load");
      getch();
      return 0;
}

2010-12-07 17:34
快速回复:怎么显示不出我开的这个窗口!
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014145 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved