Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Linker error message.... Pin
vanishaa23-Feb-09 1:00
vanishaa23-Feb-09 1:00 
GeneralRe: Linker error message.... Pin
Cedric Moonen23-Feb-09 1:05
Cedric Moonen23-Feb-09 1:05 
GeneralRe: Linker error message.... Pin
vanishaa23-Feb-09 2:22
vanishaa23-Feb-09 2:22 
GeneralRe: Linker error message.... Pin
Cedric Moonen23-Feb-09 2:53
Cedric Moonen23-Feb-09 2:53 
QuestionJulian date Pin
Vijjuuu.22-Feb-09 19:44
Vijjuuu.22-Feb-09 19:44 
AnswerRe: Julian date Pin
CPallini22-Feb-09 21:27
mveCPallini22-Feb-09 21:27 
GeneralRe: Julian date Pin
Vijjuuu.22-Feb-09 21:47
Vijjuuu.22-Feb-09 21:47 
QuestionRe: Julian date [modified] Pin
CPallini22-Feb-09 21:55
mveCPallini22-Feb-09 21:55 
You can roll your own one. What are your doubts while doing that?

I recall for you the needed steps (if you aren't using MFC or ATL). You have to:

  1. Parse the string to obtain day-of-month, month and year from the string.
  2. Convert day-of-month and month to day-of-year.
  3. Align properly year and day-of-year values in the resulting number.

In the above task, only point(2) is a bit tricky because of leap years.

Using MFC or ATL would make your life easier.

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

modified on Monday, February 23, 2009 4:11 AM

GeneralRe: Julian date Pin
ky_rerun23-Feb-09 9:46
ky_rerun23-Feb-09 9:46 
GeneralRe: Julian date Pin
ky_rerun23-Feb-09 9:50
ky_rerun23-Feb-09 9:50 
AnswerRe: Julian date Pin
Garth J Lancaster22-Feb-09 22:28
professionalGarth J Lancaster22-Feb-09 22:28 
GeneralRe: Julian date Pin
Vijjuuu.24-Feb-09 20:21
Vijjuuu.24-Feb-09 20:21 
AnswerRe: Julian date Pin
Stephen Hewitt23-Feb-09 2:29
Stephen Hewitt23-Feb-09 2:29 
GeneralRe: Julian date Pin
Vijjuuu.24-Feb-09 20:23
Vijjuuu.24-Feb-09 20:23 
QuestionRe: Julian date Pin
David Crow23-Feb-09 3:23
David Crow23-Feb-09 3:23 
Questionhow to change the background colour of RichEditBox? Pin
MahaKh22-Feb-09 19:15
MahaKh22-Feb-09 19:15 
AnswerRe: how to change the background colour of RichEditBox? Pin
«_Superman_»22-Feb-09 19:27
professional«_Superman_»22-Feb-09 19:27 
GeneralRe: how to change the background colour of RichEditBox? Pin
MahaKh22-Feb-09 20:35
MahaKh22-Feb-09 20:35 
Questionlogic to count the Active X controls on same window. Pin
V K 222-Feb-09 18:51
V K 222-Feb-09 18:51 
GeneralRe: logic to count the Active X controls on same window. Pin
CPallini22-Feb-09 22:47
mveCPallini22-Feb-09 22:47 
QuestionHow to access product version of an MFC application programmatically? Pin
kapardhi22-Feb-09 18:29
kapardhi22-Feb-09 18:29 
AnswerRe: How to access product version of an MFC application programmatically? Pin
«_Superman_»22-Feb-09 18:41
professional«_Superman_»22-Feb-09 18:41 
AnswerRe: How to access product version of an MFC application programmatically? Pin
Stuart Dootson22-Feb-09 21:50
professionalStuart Dootson22-Feb-09 21:50 
QuestionDoDataExchange VS SendMessage(hDialogwnd,WM_SETTEXT Pin
ForNow22-Feb-09 15:49
ForNow22-Feb-09 15:49 
QuestionRe: DoDataExchange VS SendMessage(hDialogwnd,WM_SETTEXT Pin
CPallini22-Feb-09 22:53
mveCPallini22-Feb-09 22:53 

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.