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
Explain code and show an example....
Explain code and show an example....
Jul 11, 2015 at 9:30pm UTC
MasseB
(2)
can someone explain this and show a "full" code example
1
2
3
4
string concatenate (string a, string b) {
return
a+b; }
Topic archived. No new replies allowed.