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
how to return multiple values??
how to return multiple values??
Aug 19, 2009 at 8:13pm UTC
dag
(9)
i tried return *p1,*c1;
but only c1 returns in my class. any help???
Aug 19, 2009 at 8:18pm UTC
firedraco
(6243)
Pass by reference, return an std::vector, or an std::pair.
Topic archived. No new replies allowed.