Re: python , Boost and straight (but complex) C code
- From: Erik Max Francis <max@xxxxxxxxxxx>
- Date: Sat, 30 Dec 2006 13:19:28 -0800
Osiris wrote:
I have these pieces of C-code (NOT C++ !!) I want to call from Python.
I found Boost.
I have MS Visual Studio 2005 with C++.
is this the idea:
I write the following C source file:
============================
#include <iostream>
#include <stdafx.h>
namespace { // Avoid cluttering the global namespace.
iostream and namespaces are both most definitely C++ features, not C.
--
Erik Max Francis && max@xxxxxxxxxxx && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM, Y!M erikmaxfrancis
It's almost like / I didn't even have a choice
-- India Arie
.
- Follow-Ups:
- Re: python , Boost and straight (but complex) C code
- From: Osiris
- Re: python , Boost and straight (but complex) C code
- References:
- python , Boost and straight (but complex) C code
- From: Osiris
- python , Boost and straight (but complex) C code
- Prev by Date: Re: find login name of user?
- Next by Date: Re: Wow, Python much faster than MatLab
- Previous by thread: Re: python , Boost and straight (but complex) C code
- Next by thread: Re: python , Boost and straight (but complex) C code
- Index(es):
Relevant Pages
|