分割midi音符test1split1str1.cpp
代码说明:
// test1split1str1.cpp : Defines the entry point for the console application. // #include "stdafx.h" /* File : split1.cpp Author : Mike E-Mail : Mike_Zhang@live.com */ #include #include #include #include #include using namespace std; //字符串分割函数 std::vector split(std::string str,std::string pattern) { std::string::size_type pos; std::vector result; str+=pattern;//扩展字符串以方便操作 int size=str.size(); for(int i=0; i
下载说明:请别用迅雷下载,失败请重下,重下不扣分!