|
In XCode, I saw the template for Java but I could not get the output of my program written in one of the Java templates (Java Application). Does Xcode supports Java compilation? If it supports it, should I add any thing to my program to run? It is just...
Started by srikanth rongali on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The iPhone only supports program development in Objective-C - to get a Java program to run on the iPhone you'd have....
I'm not sure if you're question.
XCode does support Java development .
Be used to create iPhone apps though.
|
|
Which widely used programming languages were designed ground-up with Unicode support?
A lot of programming languages have added Unicode support as an afterthought in later versions, but which widely used languages were released with Unicode support from...
Started by knorv on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Java uses characters://docs.python.org/dev/3.0/whatsnew/3.0.html
It really is difficult to design Unicode support that had this designed into the language specification....
Was probably the first popular language to have ground-up Unicode support.
|
|
What programming languages support arbitrary precision arithmetic and could you give a short example of how to print an arbitrary number of digits?
Started by Matt Gregory on
, 11 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Virtually all decent and....
For example in C#:
using java.math; namespace MyNamespace { class Program { static void Main.
For example, take a look at java.math.BigDecimal in Java, or decimal.Decimal in Python language .
This support built in.
|
Ask your Facebook Friends
|
What is the difference between multiprocessor programming and multicore programming? preferably show examples in python how to write a small program for multiprogramming & multicore programming
Started by gath on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Python 2.6 has gotten multiprocess (process, as in program running advantage of a multicore (or multiprocessor....
Multicore to involve the bus between the cpus more.
The main difference is how you organize and distribute data .
support for multicores.
|
|
Should my program support IA64, or should it only support x64?
I haven't been able to easily find IA64 computers myself. Is IA64 dead?
MS seems to have a wide support for IA64, but it took me a long time to be able to find an IA64, and I had to end up...
Started by Brian R. Bondy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Is, you don't say what makes your program "need to know" about the underlying architecture to test it yourself on all platforms you "support"?
What kind of software do you develop to ask if you should support it, you probably don....
|
|
I would like to know how you can support i386 and ppc architectures for programs at /bin.
I run for instance
bin $ file amber
I get
amber: setgid Mach-O universal binary with 2 architectures amber (for architecture i386): Mach-O executable i386 amber ...
Started by Masi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The binary format and the operating system have to support it, so it can.
Architectures in the binary.
|
|
UnrealScript has always impressed me, somewhat, with it its intrinsic support for states (and latent functions) by grouping/overloading functions and fields into blocks like:
state() SomeState { ... function void Foo() { GotoState('SomeOtherState'); }...
Started by Cecil Has a Name on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The languages I know of with intrinsic support for state and state machines generally fall into two.
That supports first-class functions / lambda?
None that I know of, but language that support easy writing.
|
|
Hello, I would like to write a web based MMO game that will allow users to write AI and run it as part of the game. I plan to use Html5 for graphics and want this to be web based so it can be accessed from smartphones. I need to find a programming language...
Started by Xavier on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't think Stackless has sandboxing support either, so that's probably also off the list.
Erlang does not support sandboxing, so you probably don't want to use that, at least for your experience.
|
|
Is there a good ORM (object relational manager) solution that can use the same database from C++, C#, Python?
It could also be multiple solutions, e.g. one per language, as long as they can can access the same database and use the same schema.
Multi platform...
Started by Ber on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For Pascal, C# and soon for objective C for Mac and Iphone but no Python support..
|
|
I am looking for some help here. I have 5 years experience in desktop support and a number of desktop support certifications (MCP A++ MCDST etc), but I am going back to the University for a Computer Science degree (I have one degree in Marketing now),...
Started by Size_J on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
For example, write snazzy deployment scripts in Ruby....
Taking your desktop support experience using your new-found coding skills to automate desktop support activities.
2) Transition to test and then development.
IT people in the company.
|