Click here to Skip to main content
15,913,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: multiple c files in visual studio 6 project Pin
Cedric Moonen26-Feb-07 20:23
Cedric Moonen26-Feb-07 20:23 
AnswerRe: multiple c files in visual studio 6 project Pin
Rajesh R Subramanian26-Feb-07 20:24
professionalRajesh R Subramanian26-Feb-07 20:24 
QuestionRe: multiple c files in visual studio 6 project Pin
Ayman Mashal26-Feb-07 21:08
Ayman Mashal26-Feb-07 21:08 
AnswerRe: multiple c files in visual studio 6 project Pin
Cedric Moonen26-Feb-07 21:17
Cedric Moonen26-Feb-07 21:17 
GeneralRe: multiple c files in visual studio 6 project Pin
ensger27-Feb-07 0:04
ensger27-Feb-07 0:04 
AnswerRe: multiple c files in visual studio 6 project Pin
prasad_som27-Feb-07 1:34
prasad_som27-Feb-07 1:34 
AnswerRe: multiple c files in visual studio 6 project Pin
toxcct26-Feb-07 23:15
toxcct26-Feb-07 23:15 
AnswerRe: multiple c files in visual studio 6 project Pin
David Crow27-Feb-07 3:00
David Crow27-Feb-07 3:00 
Ayman Mashal wrote:
and i want to know if its right to add #includes for the standard libraries in all files ?


Technically you can, but it's bad practice. Put them all in a single file common to all of your project. Since those files are not going to be changing, take advantage of precompiled headers by turning on precompiled headers for that single file.


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


QuestionCustom Menu Pin
Nishad S26-Feb-07 19:44
Nishad S26-Feb-07 19:44 
AnswerRe: Custom Menu Pin
prasad_som26-Feb-07 20:04
prasad_som26-Feb-07 20:04 
GeneralRe: Custom Menu Pin
Nishad S26-Feb-07 20:07
Nishad S26-Feb-07 20:07 
AnswerRe: Custom Menu Pin
prasad_som26-Feb-07 20:13
prasad_som26-Feb-07 20:13 
GeneralRe: Custom Menu Pin
Nishad S26-Feb-07 21:08
Nishad S26-Feb-07 21:08 
AnswerRe: Custom Menu Pin
prasad_som26-Feb-07 21:33
prasad_som26-Feb-07 21:33 
GeneralRe: Custom Menu Pin
Nishad S26-Feb-07 22:34
Nishad S26-Feb-07 22:34 
AnswerRe: Custom Menu Pin
prasad_som26-Feb-07 23:54
prasad_som26-Feb-07 23:54 
GeneralRe: Custom Menu Pin
Nishad S27-Feb-07 0:06
Nishad S27-Feb-07 0:06 
QuestionRe: Custom Menu Pin
Rajesh R Subramanian26-Feb-07 20:06
professionalRajesh R Subramanian26-Feb-07 20:06 
GeneralRe: Custom Menu Pin
prasad_som26-Feb-07 20:25
prasad_som26-Feb-07 20:25 
QuestionSymbol table and pdb file [modified] Pin
sawerr26-Feb-07 19:35
sawerr26-Feb-07 19:35 
QuestionReading and wrinting using wndows registry API Pin
harsh_296126-Feb-07 19:16
harsh_296126-Feb-07 19:16 
AnswerRe: Reading and wrinting using wndows registry API Pin
Pankaj.Jain26-Feb-07 19:23
professionalPankaj.Jain26-Feb-07 19:23 
AnswerRe: Reading and wrinting using wndows registry API Pin
Rajesh R Subramanian26-Feb-07 19:36
professionalRajesh R Subramanian26-Feb-07 19:36 
AnswerRe: Reading and wrinting using wndows registry API Pin
Hamid_RT26-Feb-07 19:42
Hamid_RT26-Feb-07 19:42 
AnswerRe: Reading and wrinting using wndows registry API Pin
David Crow27-Feb-07 3:03
David Crow27-Feb-07 3:03 

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.