Click here to Skip to main content
15,917,506 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MouseWheel Question Pin
Mark Salsbery23-Oct-06 13:16
Mark Salsbery23-Oct-06 13:16 
GeneralRe: MouseWheel Question [fixed] Pin
Mark F.23-Oct-06 15:02
Mark F.23-Oct-06 15:02 
GeneralRe: MouseWheel Question Pin
Mark Salsbery23-Oct-06 15:20
Mark Salsbery23-Oct-06 15:20 
Questionchar* vs vectors vs std::string Pin
Wheatbread23-Oct-06 9:29
Wheatbread23-Oct-06 9:29 
AnswerRe: char* vs vectors vs std::string Pin
Zac Howland23-Oct-06 9:41
Zac Howland23-Oct-06 9:41 
GeneralRe: char* vs vectors vs std::string Pin
led mike23-Oct-06 9:52
led mike23-Oct-06 9:52 
GeneralRe: char* vs vectors vs std::string Pin
Nemanja Trifunovic23-Oct-06 10:00
Nemanja Trifunovic23-Oct-06 10:00 
GeneralRe: char* vs vectors vs std::string Pin
Zac Howland23-Oct-06 11:04
Zac Howland23-Oct-06 11:04 
GeneralRe: char* vs vectors vs std::string Pin
Zac Howland23-Oct-06 10:18
Zac Howland23-Oct-06 10:18 
GeneralRe: char* vs vectors vs std::string Pin
led mike23-Oct-06 11:34
led mike23-Oct-06 11:34 
AnswerRe: char* vs vectors vs std::string Pin
Nemanja Trifunovic23-Oct-06 9:45
Nemanja Trifunovic23-Oct-06 9:45 
AnswerRe: char* vs vectors vs std::string Pin
fat_boy23-Oct-06 23:43
fat_boy23-Oct-06 23:43 
QuestionCDialog access ! Pin
mostafa_pasha23-Oct-06 8:48
mostafa_pasha23-Oct-06 8:48 
QuestionRe: CDialog access ! Pin
David Crow23-Oct-06 9:37
David Crow23-Oct-06 9:37 
AnswerRe: CDialog access ! Pin
mostafa_pasha23-Oct-06 10:40
mostafa_pasha23-Oct-06 10:40 
GeneralRe: CDialog access ! Pin
Jörgen Sigvardsson23-Oct-06 11:23
Jörgen Sigvardsson23-Oct-06 11:23 
GeneralRe: CDialog access ! Pin
David Crow24-Oct-06 3:05
David Crow24-Oct-06 3:05 
AnswerRe: CDialog access ! Pin
Hamid_RT23-Oct-06 22:24
Hamid_RT23-Oct-06 22:24 
GeneralRe: CDialog access ! Pin
mostafa_pasha24-Oct-06 2:24
mostafa_pasha24-Oct-06 2:24 
GeneralRe: CDialog access ! Pin
Hamid_RT24-Oct-06 2:42
Hamid_RT24-Oct-06 2:42 
GeneralRe: CDialog access ! Pin
mostafa_pasha24-Oct-06 2:48
mostafa_pasha24-Oct-06 2:48 
GeneralRe: CDialog access ! Pin
Hamid_RT24-Oct-06 19:32
Hamid_RT24-Oct-06 19:32 
QuestionChecking if a file exists Pin
Giulio200023-Oct-06 8:37
Giulio200023-Oct-06 8:37 
AnswerRe: Checking if a file exists Pin
Mark Salsbery23-Oct-06 8:44
Mark Salsbery23-Oct-06 8:44 
AnswerRe: Checking if a file exists Pin
Zac Howland23-Oct-06 8:47
Zac Howland23-Oct-06 8:47 
Giulio2000 wrote:
I need to find out one of those things for which msdn or other website are almost a useless reference.


Well, this question certainly is NOT one of those. MSDN, CP, and Google will all give you quick results for this question.

Giulio2000 wrote:
I need to check if a file exists in a given folder.


Are you using MFC, Win32 API directly, or standard C++? Depending on which library you want to use, there are several options available to give you this answer. Here is the MSDN link[^] for the MFC way.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

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.