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 Exceptions Primer Tutorial

Our C++ Xcode OOP Exceptions Tutorial presented here opens the door to the idea of handling error exceptions when using C++. The two major areas I’ve found where error handling is really important are with mathematical calculations and with input/output … Continue reading

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

C Recursion Primer Tutorial

Recursion is the process of repeating items in a self-similar way. For instance, when the surfaces of two mirrors are exactly parallel with each other the nested images that occur are a form of infinite recursion. The term has a … Continue reading

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

C Union Primer Tutorial

The C programming language introduced a data structure called union which allowed that data structure to contain a range of different data types which could come and go in relevance, during program execution, for many and various purposes, as the … Continue reading

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

C++ Xcode OOP Function Template Primer Tutorial

Our C++ Xcode OOP Function Template Tutorial presented here uses a great feature of C++ that can streamline code where the only differences between functions presented are the data types returned and the data types passed in. The word template … Continue reading

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

Source Control in Xcode Tutorial

This tutorial about Source Control in Xcode, on a Mac laptop, builds upon the previous C++ XCode OOP Composite Objects Tutorial as shown below. Source Control concepts (also known as Revision Control) are not just a Software Coding idea, as … Continue reading

Posted in eLearning, Software, Tutorials, Xcode | Tagged , , , , , , | 3 Comments

Xcode Python Desktop Application Primer Tutorial

Have you heard of Python? It is a great object-oriented programming language for both desktop and web usage. Xcode on Mac OS X Leopard supports Cocoa-Python Applications, and this tutorial shows the creation of a simple Python Desktop Application using … Continue reading

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

Mac and Windows Gmail Email Supervised by C Primer Tutorial

Here we have a Windows Visual Studio C(++) session and Mac Xcode C(++) session (not respectively … just so that I can show you this video), each showing a method of sending a Google Gmail ( see Gmail Email Invitation … Continue reading

Posted in eLearning, Operating System, Software, Tutorials, Visual Studio, Xcode | Tagged , , , , , , , , , , | 7 Comments

C++ Xcode OOP Friend Functions Tutorial

Our C++ XCode OOP Friend Functions Tutorial presented here builds off the previous C++ XCode OOP Composite Objects Tutorial below. Friend Functions can be used to modify private data members of classes which have explicitly allowed access to these private … Continue reading

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