I would like to compile c# source code from a string. I know this is possible using CodeDom, and I would like to know if it\'s possible to do this using the command line compiler. For example, say I l
I want to build an application on windows azure platform that will have minimal compilation powers for the java language.
Inspired by this question. Apparently in the following code: #include <Windows.h> int _tmain(int argc, _TCHAR* argv[])
I apologize in advance for asking this relatively uninformed question: How can I get started learning to write a program in C++ that can compile C++ code that is stored elsewhere, for instance in a s
I was reviewing some code today and came across some code (accurately portrayed by this snippet)... public abstract class FlargBase{
While compiling on x64 plattform I am getting following error: c:\\codavs05\\hpsw-sc\\ovpacc\\tools\\c开发者_如何学JAVAodaaccesstest\\coda_access.cpp(1572): fatal error C1001: An internal error has o
I have an Objective C project with some C++ code, and sure enough the C++ code won\'t compile I understand that the compiler makes assumptions about which language to compile, but I have seen this ap
In a Lisp interpreter, there can easily be a branch in eval that can expand a macro, and in the process of expanding it, call functions to build up the expanded expression. I\'ve done this before usin
In one of projects I have a file written in ARM assembly that uses NEON to optimize a calculation I am doing it. I also have a file that does the exact same thing except that it is written in C. Curre
Why does the following macro compile with 1 inline assembly instruction but not with 2? This code compiles OK: