Click here to Skip to main content
16,019,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get process wise cpu usage? Pin
apradip12-Sep-03 20:56
apradip12-Sep-03 20:56 
GeneralRe: How to get process wise cpu usage? Pin
Anonymous12-Sep-03 20:28
Anonymous12-Sep-03 20:28 
AnswerRe: How to get process wise cpu usage? Pin
Dudi Avramov13-Sep-03 21:39
Dudi Avramov13-Sep-03 21:39 
GeneralRe: How to get process wise cpu usage? Pin
apradip14-Sep-03 23:19
apradip14-Sep-03 23:19 
GeneralGetting line numbers to debug memory leaks Pin
Skirmish12-Sep-03 19:40
Skirmish12-Sep-03 19:40 
QuestionWhy have header files? Pin
Anonymous12-Sep-03 18:51
Anonymous12-Sep-03 18:51 
AnswerRe: Why have header files? Pin
Scozturk12-Sep-03 21:26
professionalScozturk12-Sep-03 21:26 
AnswerRe: Why have header files? Pin
Andrew Walker12-Sep-03 22:39
Andrew Walker12-Sep-03 22:39 
Because C++ has to be linked. Compilation units need to know about the declarations of types in other compilation units. Interpreted languages can wait until the VM is running to test whether all required compilation units are present.

C++ needs a way of not ending up with duplicate definitions, in multiple compilation units.

Header files generally contain just the declarations.


If you can keep you head when all about you
Are losing theirs and blaming it on you;
If you can dream - and not make dreams your master;
If you can think - and not make thoughts you aim;
Yours is the Earth and everything that's in it.

Rudyard Kipling

GeneralRe: Why have header files? Pin
Lee Menningen15-Sep-03 5:16
sussLee Menningen15-Sep-03 5:16 
AnswerRe: Why have header files? Pin
Abin13-Sep-03 0:36
Abin13-Sep-03 0:36 
AnswerRe: Why have header files? Pin
PengFeidu13-Sep-03 2:07
PengFeidu13-Sep-03 2:07 
QuestionTVM_ENDEDITLABELNOW with VK_RETURN or VK_ESCAPE? Pin
Kayembi12-Sep-03 14:57
Kayembi12-Sep-03 14:57 
AnswerRe: TVM_ENDEDITLABELNOW with VK_RETURN or VK_ESCAPE? Pin
Kayembi13-Sep-03 4:41
Kayembi13-Sep-03 4:41 
GeneralLB_SETHORIZONTALEXTENT (horizontal listbox control, non-MFC) Pin
Kayembi12-Sep-03 14:50
Kayembi12-Sep-03 14:50 
GeneralRe: LB_SETHORIZONTALEXTENT (horizontal listbox control, non-MFC) Pin
Michael Dunn12-Sep-03 15:24
sitebuilderMichael Dunn12-Sep-03 15:24 
GeneralRe: LB_SETHORIZONTALEXTENT (horizontal listbox control, non-MFC) Pin
Kayembi13-Sep-03 4:11
Kayembi13-Sep-03 4:11 
GeneraltabCtrl problem Pin
Ruben93812-Sep-03 14:01
Ruben93812-Sep-03 14:01 
GeneralMoving a Dialog Pin
Jnewg512-Sep-03 12:48
Jnewg512-Sep-03 12:48 
GeneralRe: Moving a Dialog Pin
valikac13-Sep-03 6:34
valikac13-Sep-03 6:34 
GeneralRe: Moving a Dialog Pin
Anonymous15-Sep-03 11:32
Anonymous15-Sep-03 11:32 
QuestionMFC has anything like a JTextArea ? Pin
Binayak12-Sep-03 12:18
Binayak12-Sep-03 12:18 
AnswerRe: MFC has anything like a JTextArea ? Pin
Wes Aday12-Sep-03 12:26
professionalWes Aday12-Sep-03 12:26 
Generalinformation tags from JPGs Pin
thowa12-Sep-03 8:30
thowa12-Sep-03 8:30 
GeneralRe: information tags from JPGs Pin
Joaquín M López Muñoz12-Sep-03 8:42
Joaquín M López Muñoz12-Sep-03 8:42 
GeneralRe: information tags from JPGs Pin
thowa12-Sep-03 9:01
thowa12-Sep-03 9:01 

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.