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
org statement
org statement
May 13, 2012 at 4:15pm UTC
rvelez3
(46)
(const String& org, const String& app) What does the abreviation org stand for, and what is it's definition in the function argument. I think it may be related to a copy constructor construct, but I'm not sure.
May 13, 2012 at 4:20pm UTC
Peter87
(11254)
org is the parameter name. Read the documentation or ask the person who wrote the function what it means?
Topic archived. No new replies allowed.