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

C / C++ / MFC

 
QuestionBelieve in yourself? Pin
Anonymous25-Dec-04 10:53
Anonymous25-Dec-04 10:53 
AnswerRe: Believe in yourself? Pin
alex.barylski25-Dec-04 14:45
alex.barylski25-Dec-04 14:45 
GeneralRe: Believe in yourself? Pin
John R. Shaw26-Dec-04 12:59
John R. Shaw26-Dec-04 12:59 
AnswerRe: Believe in yourself? Pin
Henry miller27-Dec-04 3:45
Henry miller27-Dec-04 3:45 
Generalm_pMainWnd in a multi-dialog based app Pin
Penguen Efendi25-Dec-04 10:14
Penguen Efendi25-Dec-04 10:14 
QuestionWhat is wrong with this template? Pin
sacoskun25-Dec-04 8:32
sacoskun25-Dec-04 8:32 
AnswerRe: What is wrong with this template? Pin
Chris Losinger26-Dec-04 3:52
professionalChris Losinger26-Dec-04 3:52 
AnswerRe: What is wrong with this template? Pin
John R. Shaw26-Dec-04 13:13
John R. Shaw26-Dec-04 13:13 
All those template functions (in StackA.cpp) used by the templated class must be in the header file not in a seperate CPP file. Otherwise the compiler only has the prototypes for functions it has not generated. Therefore, you will get "unresolved external...", because they do not exist.

INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
QuestionHow to use SetTimer( ) when I create MFC Regular Dll? Pin
tttyip25-Dec-04 6:13
tttyip25-Dec-04 6:13 
AnswerRe: How to use SetTimer( ) when I create MFC Regular Dll? Pin
Ravi Bhavnani25-Dec-04 6:32
professionalRavi Bhavnani25-Dec-04 6:32 
GeneralControl focus question Pin
Deian25-Dec-04 5:09
Deian25-Dec-04 5:09 
GeneralRe: Control focus question Pin
Michael Dunn25-Dec-04 5:36
sitebuilderMichael Dunn25-Dec-04 5:36 
GeneralRe: Control focus question Pin
Deian25-Dec-04 5:53
Deian25-Dec-04 5:53 
GeneralConverting char to int and int to char Pin
sacoskun25-Dec-04 5:01
sacoskun25-Dec-04 5:01 
GeneralRe: Converting char to int and int to char Pin
Michael Dunn25-Dec-04 5:40
sitebuilderMichael Dunn25-Dec-04 5:40 
GeneralRe: Converting char to int and int to char Pin
Mircea Puiu25-Dec-04 5:53
Mircea Puiu25-Dec-04 5:53 
GeneralRe: Converting char to int and int to char Pin
sacoskun25-Dec-04 6:40
sacoskun25-Dec-04 6:40 
GeneralRe: Converting char to int and int to char Pin
sacoskun25-Dec-04 7:09
sacoskun25-Dec-04 7:09 
GeneralRe: Converting char to int and int to char Pin
mirex25-Dec-04 7:28
mirex25-Dec-04 7:28 
Questionhow to converte a sequence of jpeg to a movie? Pin
max_xiayi25-Dec-04 2:20
max_xiayi25-Dec-04 2:20 
GeneralImporting Dialog Pin
Sheh Shehpori24-Dec-04 23:09
sussSheh Shehpori24-Dec-04 23:09 
GeneralRe: Importing Dialog Pin
Dennis Gourjii24-Dec-04 23:41
Dennis Gourjii24-Dec-04 23:41 
GeneralRe: Importing Dialog Pin
Shah Shehpori25-Dec-04 0:06
sussShah Shehpori25-Dec-04 0:06 
GeneralRe: Importing Dialog Pin
Michael Dunn25-Dec-04 5:43
sitebuilderMichael Dunn25-Dec-04 5:43 
GeneralCListCtrl related Pin
Aamir Butt24-Dec-04 21:39
Aamir Butt24-Dec-04 21:39 

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.