Click here to Skip to main content
15,898,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Ensuring Single instance of Application Pin
Stlan13-Jun-05 20:10
Stlan13-Jun-05 20:10 
GeneralRe: Ensuring Single instance of Application Pin
laiju13-Jun-05 20:44
laiju13-Jun-05 20:44 
Questionhow to convert bitmap to raw image Pin
samren13-Jun-05 18:42
samren13-Jun-05 18:42 
AnswerRe: how to convert bitmap to raw image Pin
Nilesh K.13-Jun-05 22:58
Nilesh K.13-Jun-05 22:58 
GeneralActiveXScripting Pin
ditty grail13-Jun-05 18:32
ditty grail13-Jun-05 18:32 
Generaldownload executables from web page Pin
ask_you13-Jun-05 18:27
ask_you13-Jun-05 18:27 
GeneralRe: download executables from web page Pin
Iain Clarke, Warrior Programmer14-Jun-05 0:58
Iain Clarke, Warrior Programmer14-Jun-05 0:58 
GeneralCOleDateTime : total number of days in month Pin
DanYELL13-Jun-05 15:02
DanYELL13-Jun-05 15:02 
Is there any easy way to get the total number of days in a month?
My method, which seems really primitive, is to increment from 26
to 33 until

if (date.GetMonth() == -1)
break;

at which time, I know I went too far by one. TotalDays is i - 1.

Is there any other way to do this?

Please, any response any one can give me will be greatly appreciated.

Sincerely,
Danielle Brina (an overworked graduate student)
GeneralRe: COleDateTime : total number of days in month Pin
Stlan13-Jun-05 19:48
Stlan13-Jun-05 19:48 
GeneralRe: COleDateTime : total number of days in month Pin
Jack Puppy13-Jun-05 23:31
Jack Puppy13-Jun-05 23:31 
GeneralGabor filters in c++ Pin
gobar13-Jun-05 17:12
gobar13-Jun-05 17:12 
GeneralRe: Gabor filters in c++ Pin
Christian Graus13-Jun-05 17:39
protectorChristian Graus13-Jun-05 17:39 
GeneralRe: Gabor filters in c++ Pin
Nilesh K.13-Jun-05 15:17
Nilesh K.13-Jun-05 15:17 
GeneralRe: Gabor filters in c++ Pin
gobar13-Jun-05 23:15
gobar13-Jun-05 23:15 
Generalwindow size... Pin
Member 161799913-Jun-05 13:54
Member 161799913-Jun-05 13:54 
GeneralRe: window size... Pin
Christian Graus13-Jun-05 17:35
protectorChristian Graus13-Jun-05 17:35 
GeneralProcess window Pin
neliocc13-Jun-05 15:49
neliocc13-Jun-05 15:49 
GeneralRe: Process window Pin
khan++13-Jun-05 21:02
khan++13-Jun-05 21:02 
Questionhow to compare the text of two html pages Pin
Mohsen Saad13-Jun-05 14:19
Mohsen Saad13-Jun-05 14:19 
AnswerRe: how to compare the text of two html pages Pin
Christian Graus13-Jun-05 14:26
protectorChristian Graus13-Jun-05 14:26 
QuestionNeed Help! FTP filename with space? Pin
lewislewis_lewis13-Jun-05 12:59
lewislewis_lewis13-Jun-05 12:59 
AnswerRe: Need Help! FTP filename with space? Pin
Aamir Butt13-Jun-05 22:06
Aamir Butt13-Jun-05 22:06 
QuestionHow do I remove files from a project build ? Pin
Still learning how to code13-Jun-05 8:01
Still learning how to code13-Jun-05 8:01 
AnswerRe: How do I remove files from a project build ? Pin
Bob Stanneveld13-Jun-05 11:05
Bob Stanneveld13-Jun-05 11:05 
GeneralRe: How do I remove files from a project build ? Pin
Still learning how to code13-Jun-05 11:28
Still learning how to code13-Jun-05 11:28 

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.