设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 1162|回复: 0
打印 上一主题 下一主题

【求助】新手学习C++,第一个程序有问题

[复制链接]
跳转到指定楼层
1#
发表于 2009-11-4 01:23:46 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
#include  <afxcoll.h>    //Provides Access to MFC functions
Class CDrawBox : public CObject
{
public :
// Draws the box.
void DoDraw(char * string);
}
void CDrawBox :: DoDraw(char * cValue)
{
int      iCount;    //Loop counter
int      iSpace;    //Amount of spaces to add for string.
// Draw the top of the box
fprintf(stdout,"\311");
for (iCount = 1;  iCount <= 78 ; iCount ++)
{     
  fprintf(stdout,"\315");
}
fprintf(stdout,"\273");
// Figure out the center of the string, then display it with the box sides.
iSpace = (80 - strlen(cValue)) / 2;
fprintf(stdout,"\272");
for (iCount = 1;  iCount <=  iSpaces ; iCount ++)
{     
  fprintf(stdout,"  ");
}
fprintf(stdout, "%s", cValue);
// Compensate for odd sized strings, then complete the side.
if ((strlen(cValue) % 2) == 1)
{     
  iSpaces --;
}
for (iCount = 1;  iCount <=  iSpaces ; iCount ++)
{     
  fprintf(stdout, "  ");
}
fprintf(stdout,"\272");
//
您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-18 23:37 , Processed in 0.106063 second(s), 8 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表