实用的程序员编程工具

源代码在线查看: use_mem.cpp

软件大小: 678 K
上传用户: muye0422
关键词: 程序员 编程工具
下载地址: 免注册下载 普通下载 VIP

相关代码

				#include 
				
				void main(void)
				 {
				   cout.setf(ios::hex);
				   cout 				   cout.unsetf(ios::hex);
				   cout.fill('?');
				   cout.width(10);
				   cout 				 }
				 			

相关资源