Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #58800

Re: Talking to a 'C' program

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Talking to a 'C' program
Date 2013-11-08 14:52 +0000
References <89D0AF8F-FE2A-4051-84E7-7373A7340C35@o2.co.uk>
Newsgroups comp.lang.python
Message-ID <mailman.2224.1383922343.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 08/11/2013 14:23, John Pote wrote:
> Hi all,
>
> Also as I don't have any microsoft offerings of a C compiler any suggestions as to a suitable C compiler for a PC appreciated as well. llvm? mingw? gcc?
>
> Thanks a lot everyone,
> John
>

Visual Express C++ is fine, provided that its version matches your 
version of Python.  Failing that mingw is gcc for windows, then perhaps 
cygwin.  I know nothing about llvm.

-- 
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Talking to a 'C' program Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-08 14:52 +0000

csiph-web