Skip to content

Instantly share code, notes, and snippets.

View hidva's full-sized avatar
👻
啊你怎么知道我从104kg健到了69.7kg

盏一 hidva

👻
啊你怎么知道我从104kg健到了69.7kg
View GitHub Profile
@hidva
hidva / cvt.cc
Last active July 30, 2016 05:21
关于 C++ 中对中文标点的处理
#include <locale>
#include <codecvt>
#include <string>
#include <iostream>
#include <gtest/gtest.h>
template <typename CharT, typename F>
int FilteredCompare(const CharT *lb, const CharT * const le,
const CharT *rb, const CharT * const re,