摘要: char receive_buffer[500] = {0}; std::vector mysplit(std::string str,std::string pattern) { std::string::size_type pos; std::vector result; str+=pattern;//扩展字符串以方便操作 int size=str.siz... 阅读全文
posted @ 2016-09-14 22:56 20118281131 阅读(329) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include class MyFrameWnd : public CFrameWnd { public: MyFrameWnd() :CFrameWnd() { Create(0, TEXT("Hello")); m_Menu.CreateMenu();... 阅读全文
posted @ 2016-09-14 22:47 20118281131 阅读(275) 评论(0) 推荐(0) 编辑