Category Archives: Xcode

Xcode is an integrated development environment (IDE) containing a suite of software development tools developed by Apple for developing software for OS X and iOS ( Wikipedia )

C++ Xcode OOP Operator Overloading Tutorial

9 Continue reading

Posted in eLearning, OOP, Tutorials, Xcode | Tagged , , | Leave a comment

C in Xcode Read CSV Primer Tutorial

This tutorial shows you some text file reading operations for C programming using Xcode. Background reading for tutorial: strtok struct fopen Here is a tutorial that introduces you to some C programming code for reading CSV files in C … … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , | 7 Comments

PhoneGap iOS Mobile Xcode Primer Tutorial

Ever feel like you are just seeing the tip of the iceberg, two or three days in a row (frankly, I’m gobsmacked!)? This is what PhoneGap feels like when you are first introduced to it. Am very very keen to … Continue reading

Posted in Android, eLearning, iOS, Tutorials, Xcode | Tagged , , , , , , | Leave a comment

Xcode Ruby Desktop Application Primer Tutorial

Have you heard of Ruby? Maybe you know it as Ruby Gems or Ruby on Rails? It is a great object-oriented programming language for both desktop and web usage. Xcode on Mac OS X Leopard supports Cocoa-Ruby Applications, and this … Continue reading

Posted in eLearning, GUI, Tutorials, Xcode | Tagged , , , , , | Leave a comment

Objective-C iOS iPhone App UIImageView Animation Primer Tutorial

Objective-C is the main programming language used by Apple for the OS X and iOS operating systems and their respective APIs, Cocoa and Cocoa Touch, so is very much a language on the up and up, because of the increased … Continue reading

Posted in Animation, eLearning, iOS, Projects, Tutorials, Xcode | Tagged , , , , , , | 4 Comments

C++ Xcode OOP Multiple Inheritance Tutorial

8 Continue reading

Posted in eLearning, OOP, Tutorials, Xcode | Tagged , , , , , , | Leave a comment

C++ Xcode OOP Polymorphic Array Tutorial

Here is a tutorial that introduces you to some more aspects of OOP … oops, forgot to say what OOP stands for … Object Oriented Programming … specifically regarding Polymorphic Arrays. Object-oriented programming (OOP) is a programming paradigm that represents … Continue reading

Posted in eLearning, OOP, Tutorials, Xcode | Tagged , , , , , , , | 1 Comment

Xcode Objective-C User Interface Builder Primer Tutorial

Objective-C is the main programming language used by Apple for the OS X and iOS operating systems and their respective APIs, Cocoa and Cocoa Touch, so is very much a language on the up and up, because of the increased … Continue reading

Posted in eLearning, GUI, Tutorials, Xcode | Tagged , , , , | 1 Comment