Tag Archives: Xcode

C++ and C Reference Pointer Primer Tutorial

C and C++ love you to use pointers to memory and references because it is more direct and faster than the use of variables. So in this tutorial we see four different ways to write a function that can change … Continue reading

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

C via Xcode Primer Tutorial

Here is a tutorial that introduces you to some aspects of C programming … example is a very rudimentary Student Results system … use of struct text file reading and writing string manipulation C is the grandparent of so many … Continue reading

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

C++ Xcode OOP Composite Objects Tutorial

Here is a tutorial that introduces you to some aspects of OOP … oops, forgot to say what OOP stands for … Object Oriented Programming. Object-oriented programming (OOP) is a programming paradigm that represents concepts as “objects” that have data … Continue reading

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

Java ArrayList Primer Tutorial

Here is a tutorial that uses ArrayList structure in Java via XCode on a Mac laptop. This program counts the occurrence of characters within the contents of a text file. We have one input text file which we are going … Continue reading

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

Java Applet Primer Tutorial

Java Applets Have you ever made one? What is it? Well … according to Wikipedia … http://en.wikipedia.org/wiki/Java_applet … A Java applet is an applet delivered to users in the form of Java bytecode. Java applets can be part of a … Continue reading

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

Xcode C++ (and Java) Hello World Primer Tutorial

Tutorial … Transcript: What is XCode? Does Batman use XCode? … would you believe … Robin? … how about a couple of angry Boy Scouts with water pistols? No, no, no, no (sorry for getting carried away) … on … … Continue reading

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

Wish me luck 1 of ?) iOS Hello World on iPhone 5 simulator

… because am on the trail to developing an iPhone app. (September 16, 2012). News as of December 23, 2012 … Hello World iOS iPhone 5 simulator … yay! … hover for more information … now for some more difficult … Continue reading

Posted in iOS, Projects, Xcode | Tagged , , , , , , , , | Leave a comment