On Sunday, January 17, 2016 at 4:48:49 AM UTC-8, [email protected] wrote: > > Someone please help me with this. It's very urgent and I have no idea how > to compile C programs in web2py (plus it should not be running online with > the help of other sites like ideone as it has to be deployed in the college > campus) > > On Sunday, January 17, 2016 at 5:37:57 PM UTC+5:30, [email protected] > wrote: >> >> I need a C++ 14 compiler on my site. >> > C++ 14? Do you specifically have a Windows Visual C++ requirement? A 2014 version will cost money, even with an educational discount. If you don't need WVC, gcc compilers are readily available. For a Windows environment, you probably would find minGW the most accessible way to using gcc, but on Linux you'd use gcc directly.
Launching the compiler as a subprocess would use Python library calls. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

