Navigation
index
next
|
previous
|
k14i.github.io 1.0.0 documentation
»
Computer Science
»
Concept
»
Reference
¶
Examples
¶
C++
¶
int
a
=
5
;
int
&
b
=
a
;
b
=
7
;
cout
<<
a
;
int
&
b
=
12
;
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
Pointer and Reference
Next topic
Pointer Operation
This Page
Show Source
Quick search
Navigation
index
next
|
previous
|
k14i.github.io 1.0.0 documentation
»
Computer Science
»
Concept
»