English 中文(简体)
是否有免费的C++和/或C#汇编器,可操作成像PC。 [闭门]
原标题:Is there any free C++ and/or C# compiler that runs on an Android-enabled Tablet PC? [closed]

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 10 years ago.

The question is not about writing C++ for Android, it s about writing C++ on Android.

我拥有一台有色人听闻的计算机,我需要同时进行C++和C#方案规划。

是否有任何免费C++和(或)C#汇编器,可操作成像PC。

我不想在《刑法》上 develop。

我想就一个运行于安康的民主选举学会进行我的方案规划。

最佳回答

It exists in some form, at least. I have managed to find an application that even compiles C and Delphi without any extra dependencies (I assume it comes with GCC and FreePascal.) I can t find it at the moment, but keep searching. In the meantime, TouchQode at least will give you some scripting support. For C#, you ll need Mono. The runtime for Mono is certainly available on Android and I see absolutely no reason there can t be a compiler for it on Android as well. edit: As CommonWares mentions, there is no freely available Mono port for Android, so none of this applies. Pity.

问题回答

Why not, it s a linux kernel and a well supported architecture (arm). You can compile GCC for android, but the performance of a tablet will not amaze you. You will also need to build glibc I guess - you can check here: http://forum.xda-developers.com/showthread.php?t=1299962

基本上,你们需要为军械结构编组装饰和校准。

Is there any free C++ and/or C# compiler that runs on any Android-enabled Tablet PC?

现在,请允许我预示,答案是肯定的(C#肯定不是这样)。

你们还需要:

  • the Android SDK and its toolchain
  • the Android NDK (since you are interested in C/C++) and the rest of its toolchain
  • the IDE

当时没有任何东西可以操作安乐,尽管有些科索沃文本编辑。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签