Search:
Forum
Beginners
what does 'undefined reference to class:
what does 'undefined reference to class::class(int)' mean (where class is the class name))'
devonrevenge
(668)
Nov 1, 2012 at 5:33pm UTC
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
vlad from moscow
(3110)
Nov 1, 2012 at 6:23pm UTC
It means that class 'class' has no the definition of the constructor class( int ). That is such constructor is declared but not defined.
Registered users can post here.
Sign in or register
to post.
C++
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs