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
show valuess from a standalone class in
show valuess from a standalone class in main unit
Oct 16, 2012 at 11:32am UTC
sphamasango
(1)
i have class "class validate" with an object "validateage(age)" receives the age from the main unit form. now how do I display the output of the validateage(age) object in the main form
Oct 16, 2012 at 12:03pm UTC
Moschops
(7244)
You interact with the class using the class' functions. Have the function return the value you want.
Topic archived. No new replies allowed.