200 coding examples for using VC++

源代码在线查看: p3-160.cpp

软件大小: 115 K
上传用户: happy_christina
关键词: examples coding using 200
下载地址: 免注册下载 普通下载 VIP

相关代码

				#include
				#include 
				
				void main( void )
				{
				    //设置字符串
				    char string[] = "Fill the string with something";
				    cout				    char *p=strset(string,'*');
				    cout				    cout				
				    //按指定字符和指定数目设置字符数组
				    char string1[] = "Fill the string with something";
				    cout				    p=strnset(string1,'*',5);
				    cout				    cout				}
							

相关资源