Click here to Skip to main content
15,914,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dynamically allocating static variables Pin
Laxman Auti16-Jun-06 4:07
Laxman Auti16-Jun-06 4:07 
GeneralRe: Dynamically allocating static variables Pin
capricious_00116-Jun-06 4:17
capricious_00116-Jun-06 4:17 
AnswerRe: Dynamically allocating static variables Pin
Viorel.16-Jun-06 4:28
Viorel.16-Jun-06 4:28 
GeneralRe: Dynamically allocating static variables Pin
capricious_00116-Jun-06 5:07
capricious_00116-Jun-06 5:07 
QuestionFinding Hex Pin
rajeevktripathi16-Jun-06 3:53
rajeevktripathi16-Jun-06 3:53 
AnswerRe: Finding Hex Pin
David Crow16-Jun-06 4:01
David Crow16-Jun-06 4:01 
GeneralRe: Finding Hex Pin
capricious_00116-Jun-06 4:08
capricious_00116-Jun-06 4:08 
AnswerRe: Finding Hex Pin
capricious_00116-Jun-06 4:06
capricious_00116-Jun-06 4:06 
1) Retrieve the file list

2) Loop through each file. For every File name, loop through its name until the extension is reached and check to see if each character is either [0-9] or [A-F]. If its not, just do continue; and start back at the beginning of the loop again. Use this website to utilize the ANSI character set.

http://www.alanwood.net/demos/ansi.html

Remember, the letters can be either lower case or uppercase and have different ANSI codes.

3) Record the file names in an array. (Create a dynamic allocated array for big file names).

Robbie
AnswerRe: Finding Hex Pin
Viorel.16-Jun-06 4:11
Viorel.16-Jun-06 4:11 
QuestionCString's Format Fuction confusion Pin
kitty516-Jun-06 2:57
kitty516-Jun-06 2:57 
AnswerRe: CString's Format Fuction confusion Pin
toxcct16-Jun-06 3:00
toxcct16-Jun-06 3:00 
AnswerRe: CString's Format Fuction confusion [modified] Pin
Viorel.16-Jun-06 3:03
Viorel.16-Jun-06 3:03 
GeneralRe: CString's Format Fuction confusion Pin
kitty516-Jun-06 3:10
kitty516-Jun-06 3:10 
GeneralRe: CString's Format Fuction confusion Pin
toxcct16-Jun-06 3:13
toxcct16-Jun-06 3:13 
GeneralRe: CString's Format Fuction confusion [modified] Pin
kitty516-Jun-06 3:15
kitty516-Jun-06 3:15 
GeneralRe: CString's Format Fuction confusion [modified] Pin
kakan16-Jun-06 3:14
professionalkakan16-Jun-06 3:14 
QuestionPassing Arrays Of Structs Over Automation-Capable Interfaces... Pin
James R. Twine16-Jun-06 2:56
James R. Twine16-Jun-06 2:56 
Questionchange color [modified] Pin
yogendra kaushik16-Jun-06 2:12
yogendra kaushik16-Jun-06 2:12 
AnswerRe: change color [modified] Pin
_AnsHUMAN_ 16-Jun-06 2:17
_AnsHUMAN_ 16-Jun-06 2:17 
AnswerRe: change color Pin
Hamid_RT16-Jun-06 2:41
Hamid_RT16-Jun-06 2:41 
GeneralRe: change color Pin
yogendra kaushik16-Jun-06 2:55
yogendra kaushik16-Jun-06 2:55 
GeneralRe: change color Pin
Hamid_RT16-Jun-06 3:13
Hamid_RT16-Jun-06 3:13 
AnswerRe: change color Pin
David Crow16-Jun-06 2:41
David Crow16-Jun-06 2:41 
AnswerRe: change color Pin
Laxman Auti16-Jun-06 3:15
Laxman Auti16-Jun-06 3:15 
Questionexporting derived CStatic class from DLL Pin
Tobias7516-Jun-06 2:09
Tobias7516-Jun-06 2:09 

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.