Click here to Skip to main content
15,919,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: unicode strings Pin
Waldermort26-Aug-06 22:19
Waldermort26-Aug-06 22:19 
GeneralRe: unicode strings Pin
Michael Dunn26-Aug-06 22:52
sitebuilderMichael Dunn26-Aug-06 22:52 
QuestionLinked list of strings - how to? Pin
jon-8026-Aug-06 4:22
professionaljon-8026-Aug-06 4:22 
AnswerRe: Linked list of strings - how to? [modified] Pin
Dave Calkins26-Aug-06 5:39
Dave Calkins26-Aug-06 5:39 
GeneralRe: Linked list of strings - how to? Pin
jon-8026-Aug-06 7:32
professionaljon-8026-Aug-06 7:32 
AnswerRe: Linked list of strings - how to? Pin
David Crow28-Aug-06 4:33
David Crow28-Aug-06 4:33 
Questionfloat to string Pin
Waldermort26-Aug-06 3:46
Waldermort26-Aug-06 3:46 
AnswerRe: float to string Pin
Mike Dimmick26-Aug-06 9:25
Mike Dimmick26-Aug-06 9:25 
QuestionHooking up Direct3D... but which one ? Pin
seq-26-Aug-06 3:45
seq-26-Aug-06 3:45 
AnswerRe: Hooking up Direct3D... but which one ? Pin
Andy Moore27-Aug-06 10:14
Andy Moore27-Aug-06 10:14 
GeneralRe: Hooking up Direct3D... but which one ? Pin
seq-27-Aug-06 10:49
seq-27-Aug-06 10:49 
QuestionUsing mouse scroll Pin
xkrja26-Aug-06 2:54
xkrja26-Aug-06 2:54 
AnswerRe: Using mouse scroll Pin
Waldermort27-Aug-06 0:34
Waldermort27-Aug-06 0:34 
QuestionNo default constructor Pin
#realJSOP26-Aug-06 1:25
professional#realJSOP26-Aug-06 1:25 
AnswerRe: No default constructor [modified] Pin
Garth J Lancaster26-Aug-06 1:40
professionalGarth J Lancaster26-Aug-06 1:40 
AnswerRe: No default constructor Pin
Stephen Hewitt26-Aug-06 2:50
Stephen Hewitt26-Aug-06 2:50 
AnswerRe: No default constructor Pin
cmk26-Aug-06 7:14
cmk26-Aug-06 7:14 
Questionproblem on changing the views Pin
radhika2826-Aug-06 0:48
radhika2826-Aug-06 0:48 
AnswerRe: problem on changing the views Pin
radhika2826-Aug-06 2:18
radhika2826-Aug-06 2:18 
Questiondirectory access Pin
George_George25-Aug-06 23:00
George_George25-Aug-06 23:00 
Hello everyone,


When using dir command to list all the files in a directory, for example, here is an output,

--------------------
C:\temp\test>dir
Volume in drive C is C
Volume Serial Number is CC95-21FF

Directory of C:\temp\test

2006-08-26 16:47 .
2006-08-26 16:47 ..
2006-08-26 16:47 0 foo.txt
2006-08-26 16:47 0 goo.txt
2 File(s) 0 bytes
2 Dir(s) 3,082,964,992 bytes free
--------------------

What I want to get are, foo and goo (files ends with .txt). I know how to do this in a programming way, parsing and parsing ... Smile | :)

Could anyone have any ways which does not need programming, for example, by using some Windows commands (does there are any commmad like grep or cut on Linux)?


thanks in advance,
George

AnswerRe: directory access Pin
eusto26-Aug-06 0:05
eusto26-Aug-06 0:05 
GeneralRe: directory access Pin
George_George27-Aug-06 0:19
George_George27-Aug-06 0:19 
AnswerRe: directory access Pin
Hamid_RT28-Aug-06 7:05
Hamid_RT28-Aug-06 7:05 
GeneralRe: directory access Pin
George_George28-Aug-06 22:34
George_George28-Aug-06 22:34 
QuestionRe: directory access Pin
Hamid_RT29-Aug-06 1:05
Hamid_RT29-Aug-06 1: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.