Navigation
index
next
|
previous
|
k14i.github.io 1.0.0 documentation
»
Computer Science
»
Concept
»
Pointer and Reference
¶
Examples
¶
C++
¶
int
*
p
=
new
int
;
*
p
=
7
;
int
*
q
=
p
;
*
p
=
8
;
cout
<<
*
q
;
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
Operator-Overloading
Next topic
Reference
This Page
Show Source
Quick search
Navigation
index
next
|
previous
|
k14i.github.io 1.0.0 documentation
»
Computer Science
»
Concept
»