1
vote
1answer
70 views

Is there any existing library that has matlab functions implemented in C/CPP/Obj-C?

I am using an algorithm that is only implemented in Matlab. However I need to run it with gcc, once I do not have the needed Matlab licenses neither for server or for porting the code. Sp, I'm ...
0
votes
2answers
117 views

Selecting a random color in java

I have an iPhone version of my application which is using a bit of code for setting up colors. ((rand() % 176) * 80) / 256.0f I am new to objective c so I can't figure out how this is working. I ...
1
vote
3answers
102 views

java to objective c with malloc

How to port this code in Objective-C? Anyone please help. return data.length != 0 ? new Byte(data[0]) : null; // In Java I am doing it this way, but this does not show the proper result ...
2
votes
1answer
142 views

Java to Objective c

My problem: I have code in Java that I need to port to Objective-C where Obj[i] is byte[], Buffer is byte[], index is int In my Objective C I have declared Obj[i] is char** Buffer ...
1
vote
1answer
150 views

Porting Javascript string building code to Objective C

I have this code in Javascript: var f = chr(50) + chr(0) + chr(1) + chr(64) + chr(24) + chr(0) + chr(0) + chr(1) + chr(159) + chr(13) + chr(0) + chr(0) + chr(224) + chr(7); function chr(AsciiNum) { ...
1
vote
1answer
103 views

Using Regex (or something similar) to replace commas with words (porting Java project to Objective C)

I am porting my game from Java to Objective C and I have a large amount of level data. I am hoping there is a simple way to change it over using some sort of replacement via regex. The java format ...
0
votes
1answer
113 views

Porting CLI/GUI Windows program to OS X

I have a Windows program that has a GUI which also uses a command line interface (a cmd Window) as a debugging console. Basically, when it is double clicked, it launches a command line window and then ...
2
votes
1answer
346 views

Good books for porting android/java to ios/objective c

I spent the last year working on a project that involved mostly java for android but used c++ for some additional libraries through jni. What I would like to do is port the whole project into ...
-1
votes
1answer
61 views

Converting new statements in java to objective-c

How would I go about converting the following code in Java to objective-c? return new Version[]{ new Version(1, new int[]{}, new ECBlocks(7, new ECB(1, 19)), ...
2
votes
1answer
159 views

Compile C++ Library into Framework?

I'm working on a fairly low-key, low budget project that's having trouble issues with their server load when we release a new patch. For our solution, we decided that using torrenting to distribute ...
3
votes
2answers
662 views

Porting C++ OpenGL Game to iPad

We have a game, developed in C++ and OpenGL for Windows and Mac. Now we want to port the game to iPad. Is there a better way than writing the entire program in Objective-C to make our game work on ...
1
vote
2answers
450 views

Porting C++ game to objective C [closed]

I am converting c++ code to the objective c. The original code includes many "dll" files in it. How can I port C++ dlls to objective C. I want to your explanation in detail. Hope for you.
8
votes
3answers
281 views

C++ coming from Java and Objective-C

So, I know both Java and Objective-C quite well, but (perhaps strangely) never really learned C++. Obviously, the languages are all related, but there are syntactical differences that I don't fully ...
-3
votes
1answer
202 views

How to do look ups on the CFDictionary [duplicate]

Possible Duplicate: How to retrieve the values for the particular key from CFMutableDictionary In C++: typedef struct { unsigned short wId; bool bPersists; unsigned short ...
1
vote
1answer
263 views

asymmetrical multidimensional arrays in c

I'm porting a piece of code from PHP to c/objective-c, and I'm running into trouble handling this two dimensional array. $PATTERN_LOOKUP = array( array(), array(6, 18), array(6, 22, 38), ...
1
vote
2answers
853 views

What is the Objective-C equivalent of Double.NaN in Java?

What is the Objective-C equivalent of Double.NaN from Java? I've got a function that returns a double, but it has two cases where it can return Double.NaN. How would I implement that in Objective-C?
0
votes
2answers
1k views

What is the Objective-C equivalent of the Java Math library?

What library/header/class is equivalent to the Java Math class? Background & bonus question: I'm trying to port this function to Objective-C from Java. Should I rewrite it, or can I copy and ...
0
votes
3answers
165 views

What is the Objective-C equivalent of the Java TimeZone?

What is the Objective-C equivalent of the Java TimeZone class?
1
vote
2answers
116 views

What's the proper way to approach porting/rewriting this library?

I'm attempting to rewrite a Java library over in Objective-C. I'd like to rewrite it as an API so that certain methods are required to be implemented. I've begun to try to rewrite the code but I've ...
6
votes
4answers
3k views

What's the Objective-C equivalent of JS's `map()` function?

What's the Objective-C equivalent of JS's map() function? Would I just use NSFastEnumeration and apply the function myself?
0
votes
3answers
259 views

Porting XML parsing from Java to Objective C

I am trying to port code written in Java to Objective C (for iPhone), but I'm kind of confused about a few lines of my code (mentioned below). How should I port this efficiently? Namespace ...
9
votes
7answers
12k views

Is there a good Java to Objective-C converter? [closed]

Is there a good Java to Objective-C converter?
2
votes
2answers
753 views

Approaching porting a (Java) library (to Objective-C): Methodology?

I am an iOS developer and I found a great library that handles all kinds of astronomy related calculations for me. The problem is that it's written in Java. Although I have enough experience with ...
7
votes
4answers
2k views

Converting Actionscript syntax to Objective C

I have a game I wrote in Actionscript 3 I'm looking to port to iOS. The game has about 9k LOC spread across 150 classes, most of the classes are for data models, state handling and level generation ...
9
votes
8answers
4k views

Are there any huge differences between objective-c and Java, or iPhone and Android?

Edit: My bad, I meant objective-c, not c#. Some reason I got it into my head it was c# the iphone used. So the answers for c# were great, thanks, but theyre a bit irrelevant, sorry about that. I've ...
3
votes
7answers
833 views

Help with understanding C# code and porting to Objective-C

Ok, I have this prototype that was written by someone else in C# and I'm trying to put it into Objective-C. Now, I haven't had any formal experience with C# yet, so I don't know everything about it ...
8
votes
6answers
1k views

When porting Java code to ObjC, how best to represent checked exceptions?

I am working on porting a Java codebase to Cocoa/Objective-C for use on desktop Mac OS X. The Java code has lots and lots of methods with checked exceptions like: double asNumber() throws ...
0
votes
2answers
1k views

Objective-C equivalent of Actionscript code

Can anyone help convert this this actionscript to Objective-c? if(mcMain.y >= stage.stageHeight - mcMain.height) { mainJumping = false; mcMain.y = stage.stageHeight - mcMain.height; } ...
2
votes
2answers
1k views

What's the best way to implement a Java-like ByteBuffer in Obj-C?

I'm trying to build a application for the iPhone, although I am completely new to Obj-C. For one problem I'd use a ByteBuffer in Java, but I don't see any appropriate class in Apple's documentation. ...