LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1056|回复: 3

Other way to do printf("%c[%d;%dH",27,x,y) in C++???

[复制链接]
发表于 2004-2-23 22:28:05 | 显示全部楼层 |阅读模式
how can I do the same thing just like printf("%c[%d;%dH",27,x,y) in C++,
i want to use the VT100 to manage the screen in C++, but i dont know how can i do that.
in C the function printf() can use the VT100 code , but in C++ is there any function like printf() can do this ?? operator <<() ??
any expert man , could you tell me ?:help :thank

(sorry my english is poor , and my Debian gnu/linux cannot input Chinese charater still.
i dont know have you get me? but any way please tell me something)
发表于 2004-2-24 11:05:07 | 显示全部楼层
为什么不能printf
 楼主| 发表于 2004-2-24 18:40:05 | 显示全部楼层
sorry,i am a primer,
我只是想问在c++函数库里有没有与printf()相似的函数可以使用ANSI(或VT100)驱动屏幕,并尽量在C++中少用C的函数,事实上我是用的printf()。
发表于 2004-2-25 16:07:29 | 显示全部楼层
C++里不用C的函数那还能干什么。。。
我想,该用就用了
你很想用<<的话,先sprintf吧,hoh
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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