C++ tutorial - writing an expression parser

Everything else that doesn't fall into one of the other PB categories.
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

C++ tutorial - writing an expression parser

Post by jack »

nice C++ tutorial, go to http://www.relisoft.com/book/lang/index.htm
then click on "Small Software Project"
even if you don't particularly want to learn C++ it's a good read.
^OO^
User
User
Posts: 27
Joined: Mon Apr 28, 2003 5:58 am
Location: United Kingdom
Contact:

Post by ^OO^ »

Hey, Jack ^ee^

Code: Select all

Fifteen pages of theory and practice of C++!
  I have not accustomed myself to C++, yet. 
    I can see it stalking me, and I know 
      I'll have to surrender to it eventually. 
        But I can stave it off a bit longer 
          with PureBasic for the desktop 
            and BlitzBasic for full screen 
              games. I have got my own 
                parser working, now. 
                  It's a bit buggy 
                    and I keep 
                      getting new 
                        thoughts on 
                          how to 
                            redesign 
                              it, you 
                                know 
                                  how 
                                    it 
                                      is.
============ 8)
Post Reply