Click here to Skip to main content
15,915,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Including header files. Pin
Maxwell Chen7-Jan-08 17:11
Maxwell Chen7-Jan-08 17:11 
GeneralRe: Including header files. Pin
CodingLover7-Jan-08 17:39
CodingLover7-Jan-08 17:39 
GeneralRe: Including header files. Pin
Bram van Kampen7-Jan-08 17:10
Bram van Kampen7-Jan-08 17:10 
GeneralRe: Including header files. Pin
CodingLover7-Jan-08 18:01
CodingLover7-Jan-08 18:01 
GeneralRe: Including header files. Pin
Bram van Kampen7-Jan-08 17:04
Bram van Kampen7-Jan-08 17:04 
GeneralRe: Including header files. Pin
CodingLover7-Jan-08 18:21
CodingLover7-Jan-08 18:21 
GeneralRe: Including header files. Pin
toxcct7-Jan-08 23:06
toxcct7-Jan-08 23:06 
GeneralRe: Including header files. Pin
Bram van Kampen8-Jan-08 15:13
Bram van Kampen8-Jan-08 15:13 
#include<...> means to search first tru a list of 'Standard' directories. You can edit or change that list through your Project/Settings options. At the time of writing the standard, the fear was that someone had his own working library and header file like say 'stdio.h', which at that time could have crashed some one's code when they took the standard on board. Hence the '<...>' is for 'standard' files.

NB, from an Old Hand: Use <...> ONLY for standard files , and "..." for ALL your own includes as a matter of form!
It eill save you heartache over time, untill you gain full understanding of how your compiler searches include directories.

Smile | :) Smile | :)

Bram van Kampen

GeneralRe: Including header files. Pin
toxcct8-Jan-08 21:09
toxcct8-Jan-08 21:09 
GeneralRe: Including header files. Pin
Bram van Kampen8-Jan-08 21:51
Bram van Kampen8-Jan-08 21:51 
GeneralRe: Including header files. Pin
Bram van Kampen8-Jan-08 22:00
Bram van Kampen8-Jan-08 22:00 
GeneralPut several static controls with different IDs in the dialog, only the last is visible, why Pin
followait7-Jan-08 16:33
followait7-Jan-08 16:33 
GeneralRe: Put several static controls with different IDs in the dialog, only the last is visible, why Pin
Hamid_RT7-Jan-08 18:00
Hamid_RT7-Jan-08 18:00 
GeneralRe: Put several static controls with different IDs in the dialog, only the last is visible, why Pin
followait7-Jan-08 18:32
followait7-Jan-08 18:32 
GeneralRe: Put several static controls with different IDs in the dialog, only the last is visible, why Pin
Hamid_RT7-Jan-08 19:46
Hamid_RT7-Jan-08 19:46 
GeneralRe: Put several static controls with different IDs in the dialog, only the last is visible, why Pin
followait7-Jan-08 20:43
followait7-Jan-08 20:43 
GeneralRe: Put several static controls with different IDs in the dialog, only the last is visible, why Pin
Mark Salsbery8-Jan-08 9:27
Mark Salsbery8-Jan-08 9:27 
GeneralRe: Put several static controls with different IDs in the dialog, only the last is visible, why Pin
followait8-Jan-08 14:43
followait8-Jan-08 14:43 
GeneralMachine Identification Pin
Bram van Kampen7-Jan-08 16:04
Bram van Kampen7-Jan-08 16:04 
GeneralRe: Machine Identification Pin
Naveen7-Jan-08 16:26
Naveen7-Jan-08 16:26 
GeneralRe: Machine Identification Pin
Bram van Kampen7-Jan-08 16:53
Bram van Kampen7-Jan-08 16:53 
GeneralRe: Machine Identification Pin
Naveen7-Jan-08 17:25
Naveen7-Jan-08 17:25 
GeneralRe: Machine Identification Pin
Hamid_RT7-Jan-08 18:10
Hamid_RT7-Jan-08 18:10 
Questionhow to read a data file from harddis to program? Pin
gentleguy7-Jan-08 14:26
gentleguy7-Jan-08 14:26 
AnswerRe: how to read a data file from harddis to program? Pin
wira1guys7-Jan-08 14:41
wira1guys7-Jan-08 14:41 

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.