。
。
namespace std;
increment_all (int* start, int* stop)
* current = start;
(current != stop)
print_all (const int* start, const int* stop)
int * current = start;
(current != stop) {
;
main ()
numbers[] = {10,20,30};
0;
,聲明方法是在符號 後加 ,下面幾個語句:
p3 = &x; //常量指針指向非常量值
const int* p2 = &x;
int const* p2 = &x;