Plug? Any evidence to say that? As long as this thread concerned, is there any
answer more closed to the topic "C++ code generation" than mine?
I think Stefan was telling you, in a nice way, to stop spamming every thread
about code generation with a plug for your project.
2010
I think Stefan was telling you, in a nice way, to stop spamming every thread
about code generation with a plug for your project.
2010/3/17 CHEN Guang
> >> - Original Message -
> >> From: "Dan Goodman"
> >>
> >>> I'm doing some C++ c
>> - Original Message -
>> From: "Dan Goodman"
>>
>>> I'm doing some C++ code generation using Python, and would be interested
>>> in any comments on the approach I'm taking.
>>
>> PythoidC ( http://pythoidc.googlecod
CHEN Guang, 17.03.2010 02:54:
- Original Message -
From: "Dan Goodman"
I'm doing some C++ code generation using Python, and would be interested
in any comments on the approach I'm taking.
PythoidC ( http://pythoidc.googlecode.com ) is a C code generator (not C++
PythoidC ( http://pythoidc.googlecode.com ) is a C code generator (not C++)
- Original Message -
From: "Dan Goodman"
To:
Sent: Wednesday, March 17, 2010 9:00 AM
Subject: C++ code generation
> Hi all,
>
> I'm doing some C++ code generation using Python, and w
Hi all,
I'm doing some C++ code generation using Python, and would be interested
in any comments on the approach I'm taking.
Basically, the problem involves doing some nested loops and executing
relatively simple arithmetic code snippets, like:
for i in xrange(len(X)):