Click here to Skip to main content
15,925,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how can i detect which drive is alloted to USB drive? [modified] Pin
kakan24-Sep-06 22:37
professionalkakan24-Sep-06 22:37 
AnswerRe: how can i detect which drive is alloted to USB drive? Pin
ThatsAlok4-Oct-06 7:59
ThatsAlok4-Oct-06 7:59 
Questionwhitebox testing tools/information for vc++ Pin
bcegkmqsw24-Sep-06 19:36
bcegkmqsw24-Sep-06 19:36 
AnswerRe: whitebox testing tools/information for vc++ Pin
Hamid_RT26-Sep-06 6:44
Hamid_RT26-Sep-06 6:44 
QuestionProblem with precompiled header file !! Pin
Sakthiu24-Sep-06 19:15
Sakthiu24-Sep-06 19:15 
AnswerRe: Problem with precompiled header file !! Pin
Eytukan24-Sep-06 19:24
Eytukan24-Sep-06 19:24 
AnswerRe: Problem with precompiled header file !! Pin
bcegkmqsw24-Sep-06 19:38
bcegkmqsw24-Sep-06 19:38 
AnswerRe: Problem with precompiled header file !! Pin
Christian Graus24-Sep-06 19:46
protectorChristian Graus24-Sep-06 19:46 
A precompiled header is the stdafx.h file in your project. If you're using precompiled headers, the first include in all of your .cpp files needs to be this file. Any files included before it will be ignored. People often get errors with this, if they find a cpp file on the web and put it into their project, but it doesn't include the file.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: Problem with precompiled header file !! Pin
Eytukan25-Sep-06 0:03
Eytukan25-Sep-06 0:03 
Questionmissing header files Pin
Mridang Agarwalla24-Sep-06 18:45
Mridang Agarwalla24-Sep-06 18:45 
AnswerRe: missing header files Pin
Hamid_RT24-Sep-06 18:59
Hamid_RT24-Sep-06 18:59 
GeneralRe: missing header files Pin
Mridang Agarwalla24-Sep-06 19:01
Mridang Agarwalla24-Sep-06 19:01 
GeneralRe: missing header files Pin
Eytukan24-Sep-06 19:10
Eytukan24-Sep-06 19:10 
GeneralRe: missing header files Pin
Mridang Agarwalla24-Sep-06 19:14
Mridang Agarwalla24-Sep-06 19:14 
GeneralRe: missing header files Pin
Eytukan24-Sep-06 19:28
Eytukan24-Sep-06 19:28 
GeneralRe: missing header files Pin
Hamid_RT24-Sep-06 19:14
Hamid_RT24-Sep-06 19:14 
AnswerRe: missing header files Pin
prasad_som24-Sep-06 19:13
prasad_som24-Sep-06 19:13 
GeneralRe: missing header files Pin
Mridang Agarwalla24-Sep-06 19:17
Mridang Agarwalla24-Sep-06 19:17 
GeneralRe: missing header files Pin
Eytukan24-Sep-06 19:23
Eytukan24-Sep-06 19:23 
GeneralRe: missing header files Pin
prasad_som24-Sep-06 19:25
prasad_som24-Sep-06 19:25 
GeneralRe: missing header files Pin
Mridang Agarwalla24-Sep-06 19:44
Mridang Agarwalla24-Sep-06 19:44 
QuestionRe: missing header files Pin
prasad_som24-Sep-06 19:45
prasad_som24-Sep-06 19:45 
AnswerRe: missing header files Pin
Mridang Agarwalla24-Sep-06 20:34
Mridang Agarwalla24-Sep-06 20:34 
AnswerRe: missing header files Pin
Eytukan24-Sep-06 23:42
Eytukan24-Sep-06 23:42 
QuestionRe: missing header files Pin
Eytukan24-Sep-06 23:46
Eytukan24-Sep-06 23:46 

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.