Click here to Skip to main content
15,916,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: function problem Pin
David Crow24-Sep-04 6:06
David Crow24-Sep-04 6:06 
GeneralRe: function problem Pin
Anonymous24-Sep-04 6:57
Anonymous24-Sep-04 6:57 
GeneralLinkedList Template - LNK2019 Pin
Milby00715-Sep-04 4:06
Milby00715-Sep-04 4:06 
GeneralRe: LinkedList Template - LNK2019 Pin
David Crow15-Sep-04 4:44
David Crow15-Sep-04 4:44 
GeneralRe: LinkedList Template - LNK2019 Pin
Milby00715-Sep-04 5:08
Milby00715-Sep-04 5:08 
GeneralRe: LinkedList Template - LNK2019 Pin
jmkhael15-Sep-04 5:04
jmkhael15-Sep-04 5:04 
GeneralRe: LinkedList Template - LNK2019 Pin
Milby00715-Sep-04 5:20
Milby00715-Sep-04 5:20 
GeneralRe: LinkedList Template - LNK2019 Pin
Bob Stanneveld15-Sep-04 6:31
Bob Stanneveld15-Sep-04 6:31 
Milby007 wrote:
there's a beginners template tutorial (part 1) on this site submitted by a chap called stefan spenz which i copied into my project in the usual way i.e. class definition into header & class implementation into source file (.cpp), then i tried to build the project with the class being used in main.cpp (with #include "stack.h" for new class where needed) and i had the same problem.

There is your problem. You should include the template implementation in the header file. Read this[^] faq about C++ templates and you should do fine...


Multiply it by infinity and take it beyond eternity and you'll still have no idea about what I'm talking about.

QuestionWhat does *.hpp mean? Pin
mcgahanfl15-Sep-04 2:41
mcgahanfl15-Sep-04 2:41 
AnswerRe: What does *.hpp mean? Pin
David Crow15-Sep-04 2:50
David Crow15-Sep-04 2:50 
AnswerRe: What does *.hpp mean? Pin
markkuk15-Sep-04 3:16
markkuk15-Sep-04 3:16 
AnswerRe: What does *.hpp mean? Pin
Henry miller15-Sep-04 3:45
Henry miller15-Sep-04 3:45 
AnswerThank you Dave, Mark and Henry. Pin
mcgahanfl15-Sep-04 4:34
mcgahanfl15-Sep-04 4:34 
GeneralBizarre Close dialog action Pin
brianwelsch15-Sep-04 2:22
brianwelsch15-Sep-04 2:22 
GeneralRe: Bizarre Close dialog action Pin
Cedric Moonen15-Sep-04 2:35
Cedric Moonen15-Sep-04 2:35 
GeneralRe: Bizarre Close dialog action Pin
brianwelsch15-Sep-04 4:18
brianwelsch15-Sep-04 4:18 
GeneralRe: Bizarre Close dialog action Pin
David Crow15-Sep-04 4:58
David Crow15-Sep-04 4:58 
GeneralRe: Bizarre Close dialog action Pin
brianwelsch15-Sep-04 5:42
brianwelsch15-Sep-04 5:42 
GeneralRe: Bizarre Close dialog action Pin
David Crow15-Sep-04 5:48
David Crow15-Sep-04 5:48 
GeneralRe: Bizarre Close dialog action Pin
brianwelsch15-Sep-04 7:33
brianwelsch15-Sep-04 7:33 
GeneralRe: Bizarre Close dialog action Pin
David Crow15-Sep-04 7:45
David Crow15-Sep-04 7:45 
GeneralDisable F8 at startup Pin
sirtimid15-Sep-04 2:08
sirtimid15-Sep-04 2:08 
GeneralLast open documents Pin
bouli15-Sep-04 1:41
bouli15-Sep-04 1:41 
GeneralRe: Last open documents Pin
David Crow15-Sep-04 2:51
David Crow15-Sep-04 2:51 
GeneralCBitmap to BMP file Pin
misenucik@szm.com15-Sep-04 1:40
misenucik@szm.com15-Sep-04 1:40 

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.