Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Text Display in a Docking Control Bar Pin
Shog913-Nov-02 11:45
sitebuilderShog913-Nov-02 11:45 
GeneralHtmlHelp problem in VS 7 Pin
JezzerP13-Nov-02 0:01
JezzerP13-Nov-02 0:01 
GeneralChanging a directory security at runtime Pin
Majid Shahabfar12-Nov-02 22:58
Majid Shahabfar12-Nov-02 22:58 
GeneralIPicture will change the width and the height of a picture loaded Pin
Daed12-Nov-02 22:27
Daed12-Nov-02 22:27 
Generalequation editor and mathematical function evaluator Pin
Miguel Segarra12-Nov-02 22:22
Miguel Segarra12-Nov-02 22:22 
GeneralRe: equation editor and mathematical function evaluator Pin
Chris Richardson14-Nov-02 9:03
Chris Richardson14-Nov-02 9:03 
GeneralRe: equation editor and mathematical function evaluator Pin
Miguel Segarra14-Nov-02 21:48
Miguel Segarra14-Nov-02 21:48 
GeneralRe: equation editor and mathematical function evaluator Pin
Chris Richardson15-Nov-02 7:25
Chris Richardson15-Nov-02 7:25 
Yes, I have written the lexer and parser for the expressions. I've actually started working (just yesterday), on a new expression parser for a C++ preprocessor I'm working on. The new expression parser won't be recursive descent like my others, but will use operator precedence parsing. The current expression parsers that I have all use recursive descent techniques. I use the same lexer in either project (an almost complete C++ lexer I'm working on).

I had planned on writing a demo application with my article which would show graphs of equations, so it sounds like it's just what you are looking for (minus the machine code generation).

Anyways, if you are in a hurry to get some source code (don't want to wait for the article), I can package the lexer and expression parser up for you in a sample project. However, this wouldn't include any graphing abilities yet. Keep in mind, that I don't make any warranties concerning the software though. It's only been tested by me, and may (probably does) still have bugs in it.

Let me know what I shall do Smile | :)

Chris Richardson

Programmers find all sorts of ingenious ways to screw ourselves over. - Tim Smith
GeneralRe: equation editor and mathematical function evaluator Pin
Miguel Segarra17-Nov-02 22:04
Miguel Segarra17-Nov-02 22:04 
GeneralRe: equation editor and mathematical function evaluator Pin
Chris Richardson15-Nov-02 7:42
Chris Richardson15-Nov-02 7:42 
GeneralMDI Maximized windows Pin
Steve S12-Nov-02 21:57
Steve S12-Nov-02 21:57 
GeneralRe: MDI Maximized windows Pin
Eugene Pustovoyt12-Nov-02 23:49
Eugene Pustovoyt12-Nov-02 23:49 
GeneralRe: MDI Maximized windows Pin
Steve S13-Nov-02 3:25
Steve S13-Nov-02 3:25 
GeneralRe: MDI Maximized windows Pin
Neville Franks13-Nov-02 10:47
Neville Franks13-Nov-02 10:47 
QuestionHow to test a thread handle is valid handle? Pin
Lizp12-Nov-02 21:40
Lizp12-Nov-02 21:40 
AnswerRe: How to test a thread handle is valid handle? Pin
Daniel Turini12-Nov-02 22:06
Daniel Turini12-Nov-02 22:06 
GeneralRe: How to test a thread handle is valid handle? Pin
Lizp12-Nov-02 23:00
Lizp12-Nov-02 23:00 
GeneralRe: How to test a thread handle is valid handle? Pin
Daniel Turini12-Nov-02 23:23
Daniel Turini12-Nov-02 23:23 
GeneralAWARE!! Re: How to test a thread handle is valid handle? Pin
Hugo Hallman16-Nov-02 9:15
Hugo Hallman16-Nov-02 9:15 
GeneralCCriticalSection, CDatabase, CRecordset Pin
zecodela12-Nov-02 21:37
zecodela12-Nov-02 21:37 
GeneralStatusbar update problem Pin
Anonymous12-Nov-02 21:17
Anonymous12-Nov-02 21:17 
Generalproblem with unicode and XML Pin
12-Nov-02 21:04
suss12-Nov-02 21:04 
GeneralRe: problem with unicode and XML Pin
Alois Kraus12-Nov-02 21:47
Alois Kraus12-Nov-02 21:47 
GeneralRe: problem with unicode and XML Pin
Anonymous12-Nov-02 22:47
Anonymous12-Nov-02 22:47 
GeneralRe: problem with unicode and XML Pin
Alois Kraus13-Nov-02 7:06
Alois Kraus13-Nov-02 7:06 

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.