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

C / C++ / MFC

 
GeneralRe: Seeing CArray data in watch window Pin
Nibu babu thomas9-Apr-08 17:50
Nibu babu thomas9-Apr-08 17:50 
GeneralRe: Seeing CArray data in watch window Pin
rp_suman9-Apr-08 18:31
rp_suman9-Apr-08 18:31 
GeneralRe: Seeing CArray data in watch window Pin
krmed10-Apr-08 0:52
krmed10-Apr-08 0:52 
GeneralTime format conversion question Pin
monsieur_jj9-Apr-08 16:36
monsieur_jj9-Apr-08 16:36 
GeneralRe: Time format conversion question Pin
Nibu babu thomas9-Apr-08 17:19
Nibu babu thomas9-Apr-08 17:19 
GeneralRe: Time format conversion question [modified] Pin
monsieur_jj9-Apr-08 17:26
monsieur_jj9-Apr-08 17:26 
GeneralRe: Time format conversion question Pin
Antonio29299-Apr-08 23:05
Antonio29299-Apr-08 23:05 
GeneralRe: Time format conversion question Pin
David Crow10-Apr-08 4:55
David Crow10-Apr-08 4:55 
monsieur_jj wrote:
Fri, 13 Oct 2006 01:32:38 CDT.

How can I search for the date 13 substring or the year or the time?


Well, if we can assume its always in the same spot, use string::substr(), like:

string strDate = "Fri, 13 Oct 2006 01:32:38 CDT";<br />
int nDay = atoi(strDate.substr(5, 2));


"Love people and use things, not love things and use people." - Unknown

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: Time format conversion question Pin
monsieur_jj10-Apr-08 15:29
monsieur_jj10-Apr-08 15:29 
GeneralRe: Time format conversion question Pin
David Crow10-Apr-08 15:40
David Crow10-Apr-08 15:40 
GeneralRe: Time format conversion question [modified] Pin
monsieur_jj10-Apr-08 15:58
monsieur_jj10-Apr-08 15:58 
QuestionRe: Time format conversion question Pin
David Crow11-Apr-08 4:15
David Crow11-Apr-08 4:15 
GeneralRe: Time format conversion question Pin
monsieur_jj13-Apr-08 14:29
monsieur_jj13-Apr-08 14:29 
GeneralRe: Time format conversion question Pin
monsieur_jj13-Apr-08 22:19
monsieur_jj13-Apr-08 22:19 
QuestionRe: Time format conversion question Pin
David Crow14-Apr-08 3:40
David Crow14-Apr-08 3:40 
GeneralRe: Time format conversion question Pin
monsieur_jj14-Apr-08 14:52
monsieur_jj14-Apr-08 14:52 
General3D window update call injection Pin
Fabricio Miranda9-Apr-08 15:33
Fabricio Miranda9-Apr-08 15:33 
GeneralRe: 3D window update call injection Pin
Fabricio Miranda10-Apr-08 2:11
Fabricio Miranda10-Apr-08 2:11 
QuestionLatest version of VC++ & SDK to target Windows 98 and above ? Pin
Defenestration9-Apr-08 13:56
Defenestration9-Apr-08 13:56 
GeneralAudio Signal Processing using Directshow(ISampleGrabber) Pin
Akin Ocal9-Apr-08 12:08
Akin Ocal9-Apr-08 12:08 
GeneralRe: Audio Signal Processing using Directshow(ISampleGrabber) Pin
Mark Salsbery9-Apr-08 12:40
Mark Salsbery9-Apr-08 12:40 
GeneralRe: Audio Signal Processing using Directshow(ISampleGrabber) Pin
Mark Salsbery9-Apr-08 12:56
Mark Salsbery9-Apr-08 12:56 
GeneralRe: Audio Signal Processing using Directshow(ISampleGrabber) Pin
Akin Ocal9-Apr-08 12:58
Akin Ocal9-Apr-08 12:58 
GeneralRe: Audio Signal Processing using Directshow(ISampleGrabber) Pin
Akin Ocal12-Apr-08 11:15
Akin Ocal12-Apr-08 11:15 
GeneralPassing datas from an editbox in the toolbar to the view.cpp Pin
CrocodileBuck9-Apr-08 9:28
CrocodileBuck9-Apr-08 9: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.