Click here to Skip to main content
15,888,337 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: String Converstions Pin
Tim Smith26-Jul-05 3:30
Tim Smith26-Jul-05 3:30 
GeneralRe: String Converstions Pin
tomek1826-Jul-05 4:19
tomek1826-Jul-05 4:19 
GeneralRe: String Converstions Pin
mark novak26-Jul-05 4:28
mark novak26-Jul-05 4:28 
GeneralXML parsing in C++ Pin
72arpita26-Jul-05 2:53
72arpita26-Jul-05 2:53 
GeneralRe: XML parsing in C++ Pin
David Crow26-Jul-05 2:59
David Crow26-Jul-05 2:59 
QuestionHow to draw a rectangle in CRichEditCtrl Pin
Ahmed Kabir26-Jul-05 2:33
Ahmed Kabir26-Jul-05 2:33 
AnswerRe: How to draw a rectangle in CRichEditCtrl Pin
mark novak26-Jul-05 3:06
mark novak26-Jul-05 3:06 
Generalinterpreter needed Pin
Jerome Conus26-Jul-05 2:25
Jerome Conus26-Jul-05 2:25 
Hi !

My C++ app needs to read an external text file and display it on screen. But, this text file can contain specific commands to change what has to be displayed by my app.

For instance, the text file could be :

Hello
[if foo]
Foo
[else]
Bar
[endif]

and my app should display (depending of foo) : Hello Foo.

The problem is that I don't know where to start. Should I just parse the text file and just check each [] ? Should I write a real interpreter (I have no idea how to do this). Can I reuse something existing ?

Any help, suggestions or idea are welcome !

THanks !
Jerome
GeneralRe: interpreter needed Pin
mark novak26-Jul-05 3:01
mark novak26-Jul-05 3:01 
QuestionHow to add a Bitmap image for background of titlebar Pin
Member 208926526-Jul-05 2:00
Member 208926526-Jul-05 2:00 
AnswerRe: How to add a Bitmap image for background of titlebar Pin
mark novak26-Jul-05 2:48
mark novak26-Jul-05 2:48 
Generalproblem displaying bitmap Pin
Arrun26-Jul-05 1:39
Arrun26-Jul-05 1:39 
GeneralWindows Spy Pin
ddmcr26-Jul-05 0:44
ddmcr26-Jul-05 0:44 
GeneralRe: Windows Spy Pin
mark novak26-Jul-05 2:56
mark novak26-Jul-05 2:56 
GeneralTo get message from Windows if user writes on hard disk Pin
sannik25-Jul-05 23:43
sannik25-Jul-05 23:43 
GeneralRe: To get message from Windows if user writes on hard disk Pin
Iain Clarke, Warrior Programmer26-Jul-05 0:59
Iain Clarke, Warrior Programmer26-Jul-05 0:59 
Questionhow to compare date? Pin
neodeaths25-Jul-05 23:38
neodeaths25-Jul-05 23:38 
AnswerRe: how to compare date? Pin
Marc Soleda25-Jul-05 23:53
Marc Soleda25-Jul-05 23:53 
GeneralRe: how to compare date? Pin
neodeaths1-Aug-05 16:22
neodeaths1-Aug-05 16:22 
GeneralRe: how to compare date? Pin
Marc Soleda1-Aug-05 20:03
Marc Soleda1-Aug-05 20:03 
AnswerRe: how to compare date? Pin
David Crow26-Jul-05 2:46
David Crow26-Jul-05 2:46 
GeneralRe: how to compare date? Pin
neodeaths26-Jul-05 18:20
neodeaths26-Jul-05 18:20 
GeneralRe: how to compare date? Pin
David Crow27-Jul-05 2:28
David Crow27-Jul-05 2:28 
Generalhelp me debug this pls Pin
neodeaths25-Jul-05 23:36
neodeaths25-Jul-05 23:36 
GeneralRe: help me debug this pls Pin
Marc Soleda26-Jul-05 0:25
Marc Soleda26-Jul-05 0:25 

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.