Visual Microsoft Visual C++ Compiler for Python 2.7 vs MinGW -


i making functions in c going call python via cython. developing these functions in code:block using mingw c++ compiler. when building them python have use visual microsoft visual c++ compiler python 2. have met strang problem. when compiling visual c++ compiler have after lot of trial , fail found out variables have decleared before first in each block (if, for, function). why so. there difference between compilers c?

msvc adheres original c89 spec. in later revisions of language restriction has been lifted.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -