Navigation
index
next
|
previous
|
k14i.github.io 1.0.0 documentation
»
Computer Science
»
Concept
»
Pointer Operation
¶
Examples
¶
C++
¶
int
*
p
=
new
int
[
2
];
p
[
0
]
=
0
;
p
[
1
]
=
1
;
p
++
;
cout
<<
*
p
;
My repository
Table Of Contents
Computer Science
Elixir
C
Programming Languages
Operation and Monitoring
GlusterFS
Docker
Bayes’ theorem
Personal Data Protection
Sphinx
Presentation
Erlang Factory SF Bay Area 2014
Strata + Hadoop World 2015
Timeline
Favorite Tweets
Previous topic
Reference
Next topic
Template
This Page
Show Source
Quick search
Navigation
index
next
|
previous
|
k14i.github.io 1.0.0 documentation
»
Computer Science
»
Concept
»