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

C / C++ / MFC

 
GeneralReading in a DIB Raw AVI video Pin
bankai12321-Jan-08 13:10
bankai12321-Jan-08 13:10 
GeneralRe: Reading in a DIB Raw AVI video Pin
Chris Losinger21-Jan-08 15:18
professionalChris Losinger21-Jan-08 15:18 
QuestionGet caret position from text window on IE Pin
tal111121-Jan-08 11:28
tal111121-Jan-08 11:28 
GeneralRe: Get caret position from text window on IE Pin
bob1697221-Jan-08 14:51
bob1697221-Jan-08 14:51 
GeneralRe: Get caret position from text window on IE Pin
Stephen Hewitt21-Jan-08 17:33
Stephen Hewitt21-Jan-08 17:33 
GeneralRe: Get caret position from text window on IE Pin
tal111121-Jan-08 22:00
tal111121-Jan-08 22:00 
QuestionHow to fiquire in Leap Year Pin
Larry Mills Sr21-Jan-08 8:40
Larry Mills Sr21-Jan-08 8:40 
AnswerRe: How to fiquire in Leap Year Pin
Wes Aday21-Jan-08 9:11
professionalWes Aday21-Jan-08 9:11 
not code but this is how to calculate leap years:

A year will be a leap year if it is divisible by 4 but not by 100. If a year is divisible by 4 and by 100, it is not a leap year unless it is also divisible by 400.

Thus years such as 1996, 1992, 1988 and so on are leap years because they are divisible by 4 but not by 100. For century years, the 400 rule is important. Thus, century years 1900, 1800 and 1700 while all still divisible by 4 are also exactly divisible by 100. As they are not further divisible by 400, they are not leap years.

Why is common sense not common?
Never argue with an idiot. They will drag you down to their level where they are an expert.
Sometimes it takes a lot of work to be lazy
Individuality is fine, as long as we do it together - F. Burns

AnswerRe: How to fiquire in Leap Year Pin
bob1697221-Jan-08 9:22
bob1697221-Jan-08 9:22 
GeneralRe: How to fiquire in Leap Year Pin
Larry Mills Sr21-Jan-08 13:57
Larry Mills Sr21-Jan-08 13:57 
GeneralRe: How to fiquire in Leap Year Pin
David Crow21-Jan-08 15:57
David Crow21-Jan-08 15:57 
QuestionLogout/Login or Fast User Switch via code? Pin
Barry Etter21-Jan-08 7:56
Barry Etter21-Jan-08 7:56 
AnswerRe: Logout/Login or Fast User Switch via code? Pin
Karismatic21-Jan-08 17:26
Karismatic21-Jan-08 17:26 
Generalfast qsort implementation Pin
Mohammad A Gdeisat21-Jan-08 7:48
Mohammad A Gdeisat21-Jan-08 7:48 
QuestionRe: fast qsort implementation Pin
Maximilien21-Jan-08 8:08
Maximilien21-Jan-08 8:08 
GeneralRe: fast qsort implementation Pin
Mohammad A Gdeisat21-Jan-08 8:37
Mohammad A Gdeisat21-Jan-08 8:37 
QuestionRe: fast qsort implementation Pin
David Crow21-Jan-08 8:11
David Crow21-Jan-08 8:11 
GeneralRe: fast qsort implementation Pin
Mohammad A Gdeisat21-Jan-08 8:38
Mohammad A Gdeisat21-Jan-08 8:38 
QuestionRe: fast qsort implementation Pin
bob1697221-Jan-08 8:50
bob1697221-Jan-08 8:50 
QuestionRe: fast qsort implementation Pin
CPallini21-Jan-08 9:52
mveCPallini21-Jan-08 9:52 
GeneralRe: fast qsort implementation Pin
Mohammad A Gdeisat21-Jan-08 10:16
Mohammad A Gdeisat21-Jan-08 10:16 
GeneralRe: fast qsort implementation Pin
Stephen Hewitt21-Jan-08 11:43
Stephen Hewitt21-Jan-08 11:43 
GeneralRe: fast qsort implementation Pin
Rajesh R Subramanian21-Jan-08 21:24
professionalRajesh R Subramanian21-Jan-08 21:24 
GeneralRe: fast qsort implementation Pin
Stephen Hewitt21-Jan-08 11:57
Stephen Hewitt21-Jan-08 11:57 
GeneralRe: fast qsort implementation Pin
Mohammad A Gdeisat21-Jan-08 12:05
Mohammad A Gdeisat21-Jan-08 12:05 

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.