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
method calling within separate class
method calling within separate class
Feb 1, 2010 at 4:20am UTC
titanflyer
(8)
I am trying to call the public function of one class within a method of another to assign several different names to an array However, it says the = operator is not defined. How else can I do this?
Last edited on
Feb 20, 2010 at 9:14pm UTC
Feb 1, 2010 at 4:48am UTC
webJose
(2948)
SetName() returns nothing. Don't you mean GetName()?
Topic archived. No new replies allowed.