Click here to Skip to main content
15,894,017 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Weird Debugging problem Pin
mcsherry15-Nov-07 22:28
mcsherry15-Nov-07 22:28 
QuestionIs there a function to create and manipulate sounds in MFC. Pin
simon alec smith15-Nov-07 5:32
simon alec smith15-Nov-07 5:32 
AnswerRe: Is there a function to create and manipulate sounds in MFC. Pin
led mike15-Nov-07 6:08
led mike15-Nov-07 6:08 
NewsMS Releases VS2005 Performance Improvements for C++ Pin
John Schroedl15-Nov-07 5:26
professionalJohn Schroedl15-Nov-07 5:26 
GeneralRe: MS Releases VS2005 Performance Improvements for C++ Pin
Chris Meech15-Nov-07 6:45
Chris Meech15-Nov-07 6:45 
GeneralRe: MS Releases VS2005 Performance Improvements for C++ Pin
Mark Salsbery15-Nov-07 7:20
Mark Salsbery15-Nov-07 7:20 
GeneralRe: MS Releases VS2005 Performance Improvements for C++ Pin
Chris Meech15-Nov-07 7:47
Chris Meech15-Nov-07 7:47 
QuestionGetLastWriteTime always return 0 seconds Pin
pc_dev15-Nov-07 4:49
pc_dev15-Nov-07 4:49 
In my MFC application i am reading remote directory of a unix system, using CFtpFileFind class it returns the file names along with times but the seconds field is always zero, here is the code

CFtpFindFile finder .......
..........
..........
CTime ct;
..........
..........
finder.GetLastWriteTime(ct);

int hour = ct.GetHour(); // fine
int min = ct.GetMinute(); // fine
int secs = ct.GetSecond(); // always zero on unix sys
//its not zero

Please help why its so, or there is some other method to read seconds.

Thanks in advanceRose | [Rose]





AnswerRe: GetLastWriteTime always return 0 seconds Pin
Chris Meech15-Nov-07 6:35
Chris Meech15-Nov-07 6:35 
AnswerRe: GetLastWriteTime always return 0 seconds Pin
Luc Pattyn15-Nov-07 8:08
sitebuilderLuc Pattyn15-Nov-07 8:08 
Questionreserve method of vector Pin
George_George15-Nov-07 4:49
George_George15-Nov-07 4:49 
AnswerRe: reserve method of vector Pin
Nemanja Trifunovic15-Nov-07 4:56
Nemanja Trifunovic15-Nov-07 4:56 
GeneralRe: reserve method of vector Pin
George_George15-Nov-07 15:54
George_George15-Nov-07 15:54 
AnswerRe: reserve method of vector Pin
led mike15-Nov-07 4:58
led mike15-Nov-07 4:58 
GeneralRe: reserve method of vector Pin
George_George15-Nov-07 16:07
George_George15-Nov-07 16:07 
GeneralRe: reserve method of vector Pin
led mike16-Nov-07 5:04
led mike16-Nov-07 5:04 
GeneralRe: reserve method of vector Pin
George_George18-Nov-07 1:25
George_George18-Nov-07 1:25 
GeneralRe: reserve method of vector Pin
Matthew Faithfull15-Nov-07 5:07
Matthew Faithfull15-Nov-07 5:07 
GeneralRe: reserve method of vector Pin
George_George15-Nov-07 16:29
George_George15-Nov-07 16:29 
QuestionHttp Request Pin
San246815-Nov-07 4:28
San246815-Nov-07 4:28 
AnswerRe: Http Request Pin
led mike15-Nov-07 4:54
led mike15-Nov-07 4:54 
GeneralRe: Http Request Pin
San246815-Nov-07 5:10
San246815-Nov-07 5:10 
GeneralRe: Http Request Pin
led mike15-Nov-07 5:25
led mike15-Nov-07 5:25 
Questionchanging the cursor postion in a editable combobox??? Pin
SnaKeBeD15-Nov-07 3:39
SnaKeBeD15-Nov-07 3:39 
AnswerRe: changing the cursor postion in a editable combobox??? Pin
DoomedOne15-Nov-07 5:34
DoomedOne15-Nov-07 5:34 

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.