Click here to Skip to main content
15,898,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I create expanding dialog Pin
grigsoft1-Dec-05 3:30
grigsoft1-Dec-05 3:30 
AnswerRe: How do I create expanding dialog Pin
grigsoft1-Dec-05 3:50
grigsoft1-Dec-05 3:50 
GeneralRe: How do I create expanding dialog Pin
Jethro631-Dec-05 3:55
Jethro631-Dec-05 3:55 
QuestionWhat if...??? Pin
Cristoff1-Dec-05 2:39
Cristoff1-Dec-05 2:39 
AnswerRe: What if...??? Pin
misturas1-Dec-05 2:47
misturas1-Dec-05 2:47 
AnswerRe: What if...??? Pin
toxcct1-Dec-05 2:49
toxcct1-Dec-05 2:49 
GeneralRe: What if...??? Pin
Bob Stanneveld1-Dec-05 3:00
Bob Stanneveld1-Dec-05 3:00 
AnswerRe: What if...??? Pin
Bob Stanneveld1-Dec-05 2:58
Bob Stanneveld1-Dec-05 2:58 
Hello,

It's a bad (C/C++) programming practice and it will bother the linker if you include the header in more than one place. (Multiple defined symbols...). Besides that, if you place all your code in header files (no *.cpp file(s)) you'll not be able to create object files and executable code...

If you are talking about templates (I assume you are not), then you have to put all the code in a *.inl document or in the header file.

Hope this helps you. Smile | :)

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
AnswerRe: What if...??? Pin
Maximilien1-Dec-05 2:59
Maximilien1-Dec-05 2:59 
AnswerRe: What if...??? Pin
Cristoff1-Dec-05 5:26
Cristoff1-Dec-05 5:26 
Questioncannot convert target type - VC++.NET Pin
salaikumar1-Dec-05 2:30
salaikumar1-Dec-05 2:30 
QuestionProblem with COleDateTime obj Pin
misturas1-Dec-05 2:12
misturas1-Dec-05 2:12 
QuestionRe: Problem with COleDateTime obj Pin
David Crow1-Dec-05 4:40
David Crow1-Dec-05 4:40 
AnswerRe: Problem with COleDateTime obj Pin
misturas1-Dec-05 7:55
misturas1-Dec-05 7:55 
QuestionRe: Problem with COleDateTime obj Pin
David Crow1-Dec-05 8:15
David Crow1-Dec-05 8:15 
AnswerRe: Problem with COleDateTime obj Pin
misturas1-Dec-05 10:34
misturas1-Dec-05 10:34 
QuestionRe: Problem with COleDateTime obj Pin
David Crow2-Dec-05 3:40
David Crow2-Dec-05 3:40 
AnswerRe: Problem with COleDateTime obj Pin
misturas4-Dec-05 7:28
misturas4-Dec-05 7:28 
GeneralRe: Problem with COleDateTime obj Pin
David Crow5-Dec-05 2:49
David Crow5-Dec-05 2:49 
QuestionCEdit scrollbar color Pin
Junyor1-Dec-05 2:11
Junyor1-Dec-05 2:11 
QuestionDll Error: Debug assertion failed? Pin
Amol Ravatale1-Dec-05 1:48
Amol Ravatale1-Dec-05 1:48 
QuestionRe: Dll Error: Debug assertion failed? Pin
David Crow1-Dec-05 4:42
David Crow1-Dec-05 4:42 
AnswerRe: Dll Error: Debug assertion failed? Pin
Amol Ravatale1-Dec-05 18:05
Amol Ravatale1-Dec-05 18:05 
GeneralRe: Dll Error: Debug assertion failed? Pin
David Crow2-Dec-05 3:42
David Crow2-Dec-05 3:42 
GeneralRe: Dll Error: Debug assertion failed? Pin
Amol Ravatale4-Dec-05 19:08
Amol Ravatale4-Dec-05 19:08 

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.