cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Does prototype of friend function has no
Does prototype of friend function has no value?
Mar 30, 2013 at 12:22pm UTC
Rehan FASTian
(168)
http://liveworkspace.org/code/3YEs15$2
Prototype is commented.
http://liveworkspace.org/code/3YEs15$3
Prototype is included.
both give the correct output. Why?
Mar 30, 2013 at 12:25pm UTC
vlad from moscow
(6539)
Please show your code here because not any browser can read the site you pointed.
Mar 30, 2013 at 12:53pm UTC
vlad from moscow
(6539)
Friend declaration introduces an unqualified name into the scope where it appeared.
Last edited on
Mar 30, 2013 at 12:54pm UTC
Topic archived. No new replies allowed.