cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
position in statement
position in statement
Dec 5, 2014 at 7:05pm UTC
vxk
(147)
The following 2 statements are same right?
1
2
const
std::string& name()
const
; std::string
const
&name()
const
;
Dec 5, 2014 at 7:47pm UTC
MiiNiPaa
(8886)
Yes. they are same.
Topic archived. No new replies allowed.