Click here to Skip to main content
15,914,066 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Debug mode crash Pin
rp_suman29-Mar-08 5:34
rp_suman29-Mar-08 5:34 
GeneralRe: Debug mode crash Pin
m3604712029-Mar-08 5:48
m3604712029-Mar-08 5:48 
GeneralRe: Debug mode crash Pin
rp_suman29-Mar-08 6:10
rp_suman29-Mar-08 6:10 
GeneralRe: Debug mode crash Pin
m3604712029-Mar-08 6:58
m3604712029-Mar-08 6:58 
GeneralRe: Debug mode crash Pin
rp_suman29-Mar-08 22:59
rp_suman29-Mar-08 22:59 
GeneralCreating a new Template Item Pin
Ken Mazaika28-Mar-08 12:16
Ken Mazaika28-Mar-08 12:16 
GeneralRe: Creating a new Template Item Pin
Steve Echols28-Mar-08 20:10
Steve Echols28-Mar-08 20:10 
GeneralRe: Creating a new Template Item Pin
Rajkumar R30-Mar-08 18:56
Rajkumar R30-Mar-08 18:56 
Ken Mazaika wrote:
Stack.cpp.text+0xaa): undefined reference to `ConsList::ConsList(int, LList*)'


It seems that you have n't defined the functions of the template classes. At the point of template instantiation the definition of the function should be visible where it is triggered by refering in the code (of stack). May be you declared the template class in a header file which doesnot have definitions (possibly you defined in LList.cpp) and included the header in stack.cpp. But template class requires the definitions also , so add the definitions in LList.cpp to the header itself.
GeneralRe: Creating a new Template Item Pin
Ken Mazaika3-Apr-08 4:43
Ken Mazaika3-Apr-08 4:43 
Questionplease help me Pin
umai28-Mar-08 8:51
umai28-Mar-08 8:51 
GeneralRe: please help me Pin
led mike28-Mar-08 9:00
led mike28-Mar-08 9:00 
GeneralRe: please help me Pin
umai29-Mar-08 5:05
umai29-Mar-08 5:05 
GeneralRe: please help me Pin
Mark Salsbery28-Mar-08 9:14
Mark Salsbery28-Mar-08 9:14 
GeneralRe: please help me Pin
umai29-Mar-08 5:04
umai29-Mar-08 5:04 
GeneralRe: please help me Pin
Mark Salsbery29-Mar-08 6:59
Mark Salsbery29-Mar-08 6:59 
GeneralRe: please help me Pin
CPallini30-Mar-08 3:08
mveCPallini30-Mar-08 3:08 
QuestionRe: please help me Pin
CPallini28-Mar-08 9:17
mveCPallini28-Mar-08 9:17 
QuestionRe: please help me Pin
rp_suman29-Mar-08 1:57
rp_suman29-Mar-08 1:57 
AnswerRe: please help me Pin
ganesa moorthy29-Mar-08 2:06
ganesa moorthy29-Mar-08 2:06 
GeneralRe: please help me Pin
umai29-Mar-08 5:01
umai29-Mar-08 5:01 
QuestionHow could be visual studio 2008 so slow and need so much memory? Pin
followait28-Mar-08 5:13
followait28-Mar-08 5:13 
AnswerRe: How could be visual studio 2008 so slow and need so much memory? Pin
CPallini28-Mar-08 5:23
mveCPallini28-Mar-08 5:23 
AnswerRe: How could be visual studio 2008 so slow and need so much memory? Pin
Randor 28-Mar-08 5:55
professional Randor 28-Mar-08 5:55 
AnswerRe: How could be visual studio 2008 so slow and need so much memory? Pin
ThatsAlok28-Mar-08 7:13
ThatsAlok28-Mar-08 7:13 
AnswerRe: How could be visual studio 2008 so slow and need so much memory? Pin
led mike28-Mar-08 7:34
led mike28-Mar-08 7:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.