cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
what does 'undefined reference to class:
what does 'undefined reference to class::class(int)' mean (where class is the class name))'
Nov 1, 2012 at 5:33pm
Nov 1, 2012 at 5:33pm UTC
devonrevenge
(2435)
this is the error im getting but the question ive asked to work out the problem is on another thread, i have had the error message planty of times before with experimenting what does it normally mean, it may help me fix my problem elswhere
Nov 1, 2012 at 6:23pm
Nov 1, 2012 at 6:23pm UTC
vlad from moscow
(6539)
It means that class 'class' has no the definition of the constructor class( int ). That is such constructor is declared but not defined.
Topic archived. No new replies allowed.