CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Apr 2009
    Posts
    38

    Embedding Python

    Is there an easy way to embed python in C/C++?

    I'm using visual studio 2010, and the performance of the BigInteger library is really slow compared to how python handles large integers. Is there a way to use python just for the mathematical operations, and C/C++ for the rest?
    Last edited by SamstaUK; May 15th, 2012 at 05:02 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured