DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 4 of 4

Thread: Macro engine

  1. #1
    Join Date
    Dec 2003
    Posts
    26

    Macro engine

    Hi All,

    I'm looking for a macro engine in C++ for a application that I am writting.

    Thanks in advance.
    Ken

  2. #2
    Join Date
    Nov 2003
    Posts
    4,118
    What's a macro engine? The standard preprocessor? You can find open source implementations at www.gnu.org. The preprocessor is often integrated into the compiler's code so you may have to download the compiler's sources and sift out the relevant parts.
    Danny Kalev

  3. #3
    Join Date
    Dec 2003
    Posts
    26
    Hi,
    I was thinking along the lines of something that can handle this.
    "/<macro> <command>" or "%command argument%" this will be fed into the application during run time.

  4. #4
    Join Date
    Nov 2003
    Posts
    4,118
    Well, this looks more like a regex engine. You can download the almost standard regex library from www.boost.org. The regex class enables you to define delimters, tokens and so on.
    Danny Kalev

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links