Click here to Skip to main content
15,912,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString + OPENFILENAME Pin
raviteja20206-Oct-09 22:46
raviteja20206-Oct-09 22:46 
QuestionRe: CString + OPENFILENAME Pin
CPallini6-Oct-09 22:51
mveCPallini6-Oct-09 22:51 
AnswerRe: CString + OPENFILENAME Pin
raviteja20206-Oct-09 23:03
raviteja20206-Oct-09 23:03 
GeneralRe: CString + OPENFILENAME Pin
Richard MacCutchan6-Oct-09 23:19
mveRichard MacCutchan6-Oct-09 23:19 
GeneralRe: CString + OPENFILENAME Pin
CPallini6-Oct-09 23:29
mveCPallini6-Oct-09 23:29 
AnswerRe: CString + OPENFILENAME Pin
Stuart Dootson6-Oct-09 21:28
professionalStuart Dootson6-Oct-09 21:28 
AnswerRe: CString + OPENFILENAME Pin
KarstenK6-Oct-09 21:52
mveKarstenK6-Oct-09 21:52 
AnswerRe: CString + OPENFILENAME Pin
David Crow7-Oct-09 3:33
David Crow7-Oct-09 3:33 
Why are you using a CFileDialog object for opening and GetSaveFileName() for saving?

As far as your question goes, consider:

int x = 5;
  
void main( void )
{
    int x = 10;
    cout << x; // what do you suppose this prints?
}


"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


QuestionUsage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
ratprita6-Oct-09 20:33
ratprita6-Oct-09 20:33 
AnswerRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
Michael Schubert6-Oct-09 20:41
Michael Schubert6-Oct-09 20:41 
AnswerRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
goonyangxiaofang6-Oct-09 20:41
goonyangxiaofang6-Oct-09 20:41 
GeneralRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
ratprita6-Oct-09 21:22
ratprita6-Oct-09 21:22 
GeneralRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
CPallini6-Oct-09 21:25
mveCPallini6-Oct-09 21:25 
GeneralRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
Richard MacCutchan6-Oct-09 23:22
mveRichard MacCutchan6-Oct-09 23:22 
AnswerRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
CPallini6-Oct-09 21:20
mveCPallini6-Oct-09 21:20 
AnswerRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
KarstenK6-Oct-09 21:55
mveKarstenK6-Oct-09 21:55 
AnswerRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
Rajesh R Subramanian6-Oct-09 22:03
professionalRajesh R Subramanian6-Oct-09 22:03 
AnswerRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
wangningyu6-Oct-09 22:34
wangningyu6-Oct-09 22:34 
GeneralRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
Michael Schubert6-Oct-09 22:44
Michael Schubert6-Oct-09 22:44 
JokeRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
Iain Clarke, Warrior Programmer6-Oct-09 23:03
Iain Clarke, Warrior Programmer6-Oct-09 23:03 
GeneralRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
CPallini6-Oct-09 23:44
mveCPallini6-Oct-09 23:44 
Questionincrement decrement in C++ Pin
hrishiS6-Oct-09 20:18
hrishiS6-Oct-09 20:18 
AnswerRe: increment decrement in C++ Pin
goonyangxiaofang6-Oct-09 20:53
goonyangxiaofang6-Oct-09 20:53 
AnswerRe: increment decrement in C++ Pin
Stuart Dootson6-Oct-09 21:18
professionalStuart Dootson6-Oct-09 21:18 
AnswerRe: increment decrement in C++ Pin
Code-o-mat6-Oct-09 21:44
Code-o-mat6-Oct-09 21:44 

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.