Jared Burrows Blog
Software Development and Course Notes
Showing posts with label
Objective-C
.
Show all posts
Showing posts with label
Objective-C
.
Show all posts
Saturday, July 19, 2014
How to use the same C++ code for Android and iOS?
Best tutorial on using C++ code with iOS and Android
Please read this wonderful StackOverflow post:
http://stackoverflow.com/a/18334548/950427
Thursday, August 30, 2012
How to install Objective C on Ubuntu
How to install Objective C packages:
To install them:
sudo apt-get install gobjc gnustep gnustep-make gnustep-common
To compile files:
gcc -o hello hello.m -Wall -lobjc
Older Posts
Home
Subscribe to:
Posts (Atom)