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

C / C++ / MFC

 
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 
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 
Hi,

I can only use c++ and boost libraries.

I can use this bit of code from tokenizer class of boost:

std::string strRaw = date; 
		std::string strItem, strTemp;  
		tokenizer<> tok(strRaw); 
		for(tokenizer<>::iterator beg=tok.begin(); beg!=tok.end();++beg)
		{  
		strItem= *beg;  
		}


I am just not sure how to use it

Thanks a lot
Jj
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 
GeneralRe: Passing datas from an editbox in the toolbar to the view.cpp Pin
Mark Salsbery9-Apr-08 9:41
Mark Salsbery9-Apr-08 9:41 
GeneralRe: Passing datas from an editbox in the toolbar to the view.cpp Pin
CrocodileBuck9-Apr-08 9:55
CrocodileBuck9-Apr-08 9:55 
GeneralRe: Passing datas from an editbox in the toolbar to the view.cpp Pin
CrocodileBuck9-Apr-08 10:21
CrocodileBuck9-Apr-08 10:21 
GeneralRe: Passing datas from an editbox in the toolbar to the view.cpp Pin
CrocodileBuck9-Apr-08 22:47
CrocodileBuck9-Apr-08 22:47 
GeneralRe: Passing datas from an editbox in the toolbar to the view.cpp Pin
CrocodileBuck10-Apr-08 3:34
CrocodileBuck10-Apr-08 3: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.