格式化字符串函数sscanf与swscanf
摘要:格式化字符串函数sscanf与swscanf这两个函数用于获取格式化后的字符串。#include<stdio.h>int sscanf(const char* buffer, const char* format [, argument]...);#include<stdio.h>或者#include<wchar.h>int swscanf(const wchar_t* buffer, cosnt wchar_t* format [, argument]...);Example:View Code #include <stdio.h>void m
        阅读全文
				
		posted @ 2012-06-29 13:21
 
                     
                    
                 
                    
                 
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号