
C++
大菜狗
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Pointers
#include<iostream> using namespace std; const double * f1(const double * ar, int n); const double * f2(co原创 2019-03-10 22:28:26 · 529 阅读 · 0 评论 -
C++
program原创 2019-03-24 09:04:15 · 604 阅读 · 0 评论 -
C++
Built-in Types byte: word: arithmetic type void Arithmetic type integral type (char and bool) signed : negative number, positive number and zero unsigned: more than zero. unsigned u1 = 10, u2 = ...原创 2019-04-05 16:00:51 · 184 阅读 · 0 评论