C++
文章平均质量分 52
米粒的光芒
点滴的积累
展开
-
C++通过ostringstream实现任意类型转string
2010年9月23日代码疯子再使用整型转string的时候感觉有点棘手,因为itoa不是标准C里面的,而且即便是有itoa,其他类型转string不是很方便。后来去网上找了一下,发现有一个好方法:#include #include #include using namespace std;int main(){ int a = 55; doubl原创 2014-08-04 16:35:07 · 7686 阅读 · 1 评论 -
C++多维数组的声明和使用
原贴地址:点这里。This is another topic we get asked quite a bit.- How do I do a 2D/3D Array?When I also started working with multi-dimensional arrays I found it hard to find the answers I wanted too.转载 2015-01-15 19:04:01 · 913 阅读 · 0 评论 -
latex:数学公式的文本表示方法
LaTeX原创 2015-03-04 11:04:54 · 1211 阅读 · 0 评论