Is C++ is really faster than C# in terms of processing?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KYAW KYAW OO
    New Member
    • Jan 2007
    • 30

    Is C++ is really faster than C# in terms of processing?

    Dear All,


    I am trying to write dll for pattern matching to test my application in C#, C++ and Java. However, I prefer to use C# and would like to know where can I get free pattern matching library in different lightings. Pls advise me and I am looking forward to hearing from you soon.



    Thanks and best regards
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by KYAW KYAW OO
    I am trying to write dll for pattern matching to test my application in C#, C++ and Java. However, I prefer to use C# and would like to know where can I get free pattern matching library in different lightings. Pls advise me and I am looking forward to hearing from you soon.
    C# comes bundled with regular expression support: System.Text.Reg ularExpressions . Java also has regular expression support built in and C++ has the Boost library and much more.

    kind regards,

    Jos

    Comment

    Working...