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

C / C++ / MFC

 
GeneralRe: How to execute an exe Pin
toxcct16-Dec-05 4:23
toxcct16-Dec-05 4:23 
GeneralRe: How to execute an exe Pin
VikramDelhi16-Dec-05 4:31
VikramDelhi16-Dec-05 4:31 
GeneralRe: How to execute an exe Pin
GuimaSun16-Dec-05 5:27
GuimaSun16-Dec-05 5:27 
GeneralRe: How to execute an exe Pin
VikramDelhi16-Dec-05 19:59
VikramDelhi16-Dec-05 19:59 
QuestionChange Text property for all Dialogs Pin
mohanrajh16-Dec-05 1:45
mohanrajh16-Dec-05 1:45 
AnswerRe: Change Text property for all Dialogs Pin
grigsoft16-Dec-05 2:20
grigsoft16-Dec-05 2:20 
Questionaccessing context free grammer in c++ Pin
geeta_patil16-Dec-05 1:17
geeta_patil16-Dec-05 1:17 
AnswerRe: accessing context free grammer in c++ Pin
TheGreatAndPowerfulOz16-Dec-05 6:38
TheGreatAndPowerfulOz16-Dec-05 6:38 
Spirit[^] is an object oriented recursive descent parser framework implemented using template meta-programming techniques. Expression templates allow us to approximate the syntax of Extended Backus Normal Form (EBNF) completely in C++. Parser objects are composed through operator overloading and the result is a backtracking, top down parser that is capable of parsing rather ambiguous grammars.

The Spirit framework enables a target grammar to be written exclusively in C++. Inline EBNF grammar specifications can mix freely with other C++ code and, thanks to the generative power of C++ templates, are immediately executable.

Spirit is part of Boost[^] Libraries, a peer-reviewed, open collaborative development effort.
QuestionChange of Background Color of dialog box Pin
Manmohan_198316-Dec-05 1:12
Manmohan_198316-Dec-05 1:12 
AnswerRe: Change of Background Color of dialog box Pin
khan++16-Dec-05 1:20
khan++16-Dec-05 1:20 
GeneralRe: Change of Background Color of dialog box Pin
Eytukan16-Dec-05 3:28
Eytukan16-Dec-05 3:28 
GeneralRe: Change of Background Color of dialog box Pin
Eytukan16-Dec-05 3:38
Eytukan16-Dec-05 3:38 
GeneralRe: Change of Background Color of dialog box Pin
khan++16-Dec-05 3:58
khan++16-Dec-05 3:58 
GeneralRe: Change of Background Color of dialog box Pin
VikramDelhi16-Dec-05 4:52
VikramDelhi16-Dec-05 4:52 
GeneralRe: Change of Background Color of dialog box Pin
Eytukan16-Dec-05 5:02
Eytukan16-Dec-05 5:02 
GeneralRe: Change of Background Color of dialog box Pin
ddmcr16-Dec-05 5:46
ddmcr16-Dec-05 5:46 
AnswerRe: Change of Background Color of dialog box Pin
Arman S.16-Dec-05 1:36
Arman S.16-Dec-05 1:36 
AnswerRe: Change of Background Color of dialog box Pin
ThatsAlok16-Dec-05 21:56
ThatsAlok16-Dec-05 21:56 
Questionw32 api (hooking) : Problem with GetProcAddress and callback (__stdcall) function Pin
INA_ctive16-Dec-05 0:53
INA_ctive16-Dec-05 0:53 
AnswerRe: w32 api (hooking) : Problem with GetProcAddress and callback (__stdcall) function Pin
James Brown16-Dec-05 1:02
James Brown16-Dec-05 1:02 
GeneralRe: w32 api (hooking) : Problem with GetProcAddress and callback (__stdcall) function Pin
INA_ctive16-Dec-05 1:50
INA_ctive16-Dec-05 1:50 
AnswerRe: w32 api (hooking) : Problem with GetProcAddress and callback (__stdcall) function Pin
Blake Miller16-Dec-05 4:55
Blake Miller16-Dec-05 4:55 
QuestionRich Edit Control Pin
ZaebanB16-Dec-05 0:48
ZaebanB16-Dec-05 0:48 
AnswerRe: Rich Edit Control Pin
Arman S.16-Dec-05 1:40
Arman S.16-Dec-05 1:40 
GeneralRe: Rich Edit Control Pin
ZaebanB16-Dec-05 1:46
ZaebanB16-Dec-05 1:46 

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.