
c++
cppvla
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
高精度乘法运算1
#include "iostream.h"#include "minmax.h"#include "string.h"typedef struct Data{ int digit; struct Data *next; } node; typedef node* pnode;bool InputData(pnode head);void Prin原创 2009-11-25 23:43:00 · 257 阅读 · 0 评论 -
编译的:为什么要学习新的语言?
原文转自 http://www.artima.com/weblogs/viewpost.jsp?thread=268226 Thinking Upside DownWhy Learn New Languages? Being Outlived by C++by Andy DentSeptember 15, 2009SummaryCan a focus on C++ get me thr翻译 2009-11-28 23:58:00 · 145 阅读 · 0 评论